Skip to content

Commit

Permalink
fixing unit 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 7a8d6cc commit d2a4cbe
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 @@ -135,7 +135,7 @@ def test_call_cves_api(mock_get: Mock):
result = _call_cves_api(NIST_CVE_URL, API_KEY, params)

# Assert
assert mock_get.call_count == 8
assert mock_get.call_count == 3
assert result == expected_result


Expand Down

0 comments on commit d2a4cbe

Please sign in to comment.