aboutsummaryrefslogtreecommitdiff
path: root/test/controllers/govuk_guix/revisions_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers/govuk_guix/revisions_controller_test.rb')
-rw-r--r--test/controllers/govuk_guix/revisions_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/govuk_guix/revisions_controller_test.rb b/test/controllers/govuk_guix/revisions_controller_test.rb
index 6f08489..a0c4d78 100644
--- a/test/controllers/govuk_guix/revisions_controller_test.rb
+++ b/test/controllers/govuk_guix/revisions_controller_test.rb
@@ -6,7 +6,7 @@ class GovukGuix::RevisionsControllerTest < ActionDispatch::IntegrationTest
end
test 'show' do
- revision = GovukGuix::Revision.create(
+ revision = GovukGuix::Revision.create!(
commit_hash: 'test-commit-hash',
store_path: 'test-store-path'
)