Skip to content

Commit

Permalink
Fix sanity-check failure due to changed directors.csv
Browse files Browse the repository at this point in the history
Use a test-specific (shortened) file.
  • Loading branch information
booxter committed Dec 6, 2024
1 parent d38b5e9 commit 59fee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sanity-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd ../sanity-check-env
alembic upgrade head

# populate database with some data
populate-directors -d ${DIRECTORS_FILE} -n 2
populate-directors -d tests/files/${DIRECTORS_FILE} -n 2
update-directors
update-films
update-offers
Expand Down

0 comments on commit 59fee1b

Please sign in to comment.