Skip to content

Commit

Permalink
Fix tests for 1, ignore minor diffs in django 5.1.x files
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Oct 9, 2024
1 parent 433b2f0 commit bdbc2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_chapter_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_listings_and_commands_and_output(self):
self.check_final_diff(
ignore=[
"SECRET_KEY",
"Generated by 'django-admin startproject' using Django 4.2.",
"Generated by 'django-admin startproject' using Django 5.1.",
]
)

Expand Down

0 comments on commit bdbc2d6

Please sign in to comment.