Skip to content

Commit

Permalink
Fix sonarcloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliStupin committed Oct 17, 2024
1 parent 8bd6ff3 commit 9de21a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_corrector_batch_timeout_documents(mongo, batch, caplog):


@freeze_time("2022-12-24")
def test_corrector_batch_update_after_timeout(mongo, batch):
def test_corrector_batch_update_after_timeout(mongo):
insert_fixture(mongo, 'raw_messages', read_fixture('raw_messages_batch_1_timeout'))

settings = OpmonSettingsManager('UNITTEST').settings
Expand Down

0 comments on commit 9de21a5

Please sign in to comment.