Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: cmm-lyft <[email protected]>
  • Loading branch information
cmm-lyft committed Dec 6, 2024
1 parent 0d2dded commit 67162c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cartography/intel/cve/test_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_call_cves_api_with_error(mock_get: Mock):
_call_cves_api(NIST_CVE_URL, API_KEY, params)
except requests.exceptions.HTTPError as err:
assert err.response == mock_response
assert mock_get.call_count == 3
assert mock_get.call_count == 30


@patch("cartography.intel.cve.feed._call_cves_api")
Expand Down

0 comments on commit 67162c9

Please sign in to comment.