Searched refs:refresh_mock (Results 1 – 2 of 2) sorted by relevance
175 with refresh_patch as refresh_mock:178 self.assertFalse(refresh_mock.called)
1176 def test_get_access_token_without_http(self, expires_in, refresh_mock): argument1188 refresh_mock.assert_called_once_with(http_kls.return_value)1199 def test_get_access_token_with_http(self, expires_in, refresh_mock): argument1216 refresh_mock.assert_called_once_with(http_obj)