We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beaf8b commit cb839d2Copy full SHA for cb839d2
backend/submissions/tests/test_models.py
@@ -23,7 +23,7 @@ def test_slug_is_not_regenerated_when_changing_title():
23
24
submission.refresh_from_db()
25
26
- assert submission.slug == "hello"
+ assert submission.slug == "ciao"
27
28
29
def test_syncs_pending_status_when_changing_status():
0 commit comments