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 904b9c2 commit 6505613Copy full SHA for 6505613
tests/time_tracker_api/activities/activities_model_test.py
@@ -87,4 +87,4 @@ def test__find_all_from_blob_storage__return_empty_list__when_send_event_context
87
event_context=event_context,
88
file_name="incorrect.json"
89
)
90
- assert result == [{"result": "error", "message": "file not found"}]
+ assert result == []
0 commit comments