Skip to content

Commit

Permalink
Make oneliner from multiliner
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 22, 2024
1 parent 6943161 commit d392e50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_coverity.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ def test_get_filtered_defects(self):

with patch.object(CoverityDefectService, "get_defects") as mock_method:
sphinx_coverity_connector.get_filtered_defects(fake_node)
mock_method.assert_called_once_with(
self.fake_stream, fake_snapshot, fake_node["filters"], column_names
)
mock_method.assert_called_once_with(self.fake_stream, fake_snapshot, fake_node["filters"], column_names)

def test_failed_login(self):
coverity_conf_service = CoverityDefectService("scan.coverity.com/")
Expand Down

0 comments on commit d392e50

Please sign in to comment.