diff --git a/setup.cfg b/setup.cfg index 7cdcf69aa..45fba01b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/Ostorlab/ostorlab -version=1.3.6 +version=1.3.5 project_urls = Documentation = https://oxo.ostorlab.co/ Source = https://github.com/Ostorlab/oxo diff --git a/tests/cli/ci_scan/run/run_test.py b/tests/cli/ci_scan/run/run_test.py index 9d56d41a3..72f50e38f 100644 --- a/tests/cli/ci_scan/run/run_test.py +++ b/tests/cli/ci_scan/run/run_test.py @@ -424,7 +424,7 @@ def testRunWebScanCLI_withsboms_callApi( ) assert api_caller_mock.call_count == 2 - assert api_caller_mock.call_args_list[0].args[0]._scan_source is None + assert hasattr(api_caller_mock.call_args_list[0].args[0], "_scan_source") == False def testRunScanCLI_withSourceGithub_callApi(mocker: plugin.MockerFixture) -> None: