Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr committed Oct 22, 2024
1 parent 738fc27 commit 4e2d5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timesketch/lib/analyzers/contrib/bigquery_matcher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ def test_query_batching(self, mock_bq):
def _add_event_to_datastore(datastore, event_id, attributes_dict):
event = copy.deepcopy(MockDataStore.event_dict)
event["_source"].update(attributes_dict)
datastore.import_event("test_index", "test_event", event["_source"], str(event_id))
datastore.import_event("test_index", event["_source"], str(event_id))

0 comments on commit 4e2d5b8

Please sign in to comment.