1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

fix number of calls

This commit is contained in:
Donald Stufft 2022-06-26 02:36:36 -04:00
parent 5f3fbf040c
commit 68836d479f

View file

@ -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)