Skip to content

Commit 6505613

Browse files
authored
test: TT-384 refactor test
1 parent 904b9c2 commit 6505613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/time_tracker_api/activities/activities_model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ def test__find_all_from_blob_storage__return_empty_list__when_send_event_context
8787
event_context=event_context,
8888
file_name="incorrect.json"
8989
)
90-
assert result == [{"result": "error", "message": "file not found"}]
90+
assert result == []

0 commit comments

Comments
 (0)