Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Jul 11, 2024
1 parent ee1712d commit 4784e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
72 changes: 0 additions & 72 deletions app.json

This file was deleted.

2 changes: 1 addition & 1 deletion music_publisher/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ def test_setting_publisher_ipi_name(self):
with self.assertRaises(validators.ImproperlyConfigured):
validators.validate_settings()

@override_settings(PUBLISHER_SOCIETY_MR="27")
@override_settings(PUBLISHER_SOCIETY_MR="100")
def test_setting_publisher_society(self):
with self.assertRaises(validators.ImproperlyConfigured):
validators.validate_settings()
Expand Down

0 comments on commit 4784e44

Please sign in to comment.