Skip to content

Commit

Permalink
Fixtures: fix foreign key constraint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Apr 29, 2024
1 parent aec3b75 commit 77a69b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/fixtures/active_storage/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
csv:
id: 1
key: '12345678'
filename: 'btaa_formatted_records.csv'
content_type: 'text/csv'
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/import_documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ag:
utc: &3 2020-08-03 19:25:53.006901000 Z
zone: *2
time: *3
import_id: 1
import_id: <%= ActiveRecord::FixtureSet.identify(:one) %>

0 comments on commit 77a69b9

Please sign in to comment.