Skip to content

Commit

Permalink
print st removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Zainee committed Jun 26, 2019
1 parent ccc57d8 commit 58b56f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,5 +481,4 @@ def test_get_analyses_from_graph(mocker):
mocker.return_value = mock_response = Mock()
mock_response.json.return_value = non_cve_input
resp = get_analyses_from_graph("npm", "lodash", "4.17.4")
print(resp)
assert resp['result']['recommendation']['change_to'] == "4.17.11"

0 comments on commit 58b56f8

Please sign in to comment.