Skip to content

Commit

Permalink
fix number of calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jul 15, 2022
1 parent 5f3fbf0 commit 68836d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def test_get_simple_response_no_head(
},
),
mock.call().headers.get("Content-Type", "Unknown"),
mock.call().headers.get("Content-Type", "Unknown"),
]
mock_raise_for_status.assert_called_once_with(resp)

Expand Down

0 comments on commit 68836d4

Please sign in to comment.