Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
benyissa committed Jan 24, 2025
1 parent f0a025a commit 0210108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/cli/ci_scan/run/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0210108

Please sign in to comment.