Skip to content

Commit

Permalink
Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 20, 2024
1 parent fe88d92 commit 1fdb830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_coverity.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def test_retrieve_columns(self):
with requests_mock.mock() as mocker:
mocker.get(self.column_keys_url, json=column_keys)
coverity_service.retrieve_column_keys()
history = mocker.request_history
assert mocker.call_count == 1
mock_request = mocker.last_request
assert mock_request.method == "GET"
Expand Down

0 comments on commit 1fdb830

Please sign in to comment.