Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiTemma committed Feb 14, 2025
1 parent 525612c commit 8c60a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/management/commands/test_import_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,4 @@ def test_daily_event_not_imported(httpserver: HTTPServer, load_test_data: None)
).exists(), "The recurrence rule should not exist"
assert not calendar.events.exists(), "The event should not exist"

assert "Could not import event because it does not have a required field: " in err
assert "Could not import event" in err

0 comments on commit 8c60a72

Please sign in to comment.