Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/stop_scan_crashing_when_cast…
Browse files Browse the repository at this point in the history
…ing_none_to_int' into fix/stop_scan_crashing_when_casting_none_to_int
  • Loading branch information
ostorlab committed Dec 17, 2024
2 parents c5c5385 + 9ef1082 commit a5bd35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtimes/local/runtime_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def testCheckServicesMethod_whenServicesAreStopped_shouldExit(


@pytest.mark.docker
def testRuntimeScanStop_whenUnrelatedNetworks_RemovesScanServiceWithoutCrash(
def testRuntimeScanStop_whenUnrelatedNetworks_removesScanServiceWithoutCrash(
mocker, db_engine_path
):
"""Unittest for the scan stop method when there are networks not related to the scan, the process shouldn't crash"""
Expand Down

0 comments on commit a5bd35c

Please sign in to comment.