Skip to content

Commit 68836d4

Browse files
committed
fix number of calls
1 parent 5f3fbf0 commit 68836d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_collector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def test_get_simple_response_no_head(
202202
},
203203
),
204204
mock.call().headers.get("Content-Type", "Unknown"),
205+
mock.call().headers.get("Content-Type", "Unknown"),
205206
]
206207
mock_raise_for_status.assert_called_once_with(resp)
207208

0 commit comments

Comments
 (0)