Skip to content

Commit

Permalink
fixup! fixup! Increase tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalik committed Oct 12, 2023
1 parent 93edd1e commit 76a275d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api_v10.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def test_get_resultsdb_result():
},
'testcase': {'name': 'sometest'}
}
req.return_value = resp
assert get_resultsdb_result(test_id) == resp.json.return_value
req.assert_called_with(
'GET', f'TEST/results/{test_id}', headers={'Content-Type': 'application/json'},
Expand Down

0 comments on commit 76a275d

Please sign in to comment.