Searched refs:HTTPError (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/intg/
H A Dtest_secrets.py27 from requests import HTTPError namespace
112 with pytest.raises(HTTPError) as err404:
128 with pytest.raises(HTTPError) as err409:
134 with pytest.raises(HTTPError) as err404:
139 with pytest.raises(HTTPError) as err404:
151 with pytest.raises(HTTPError) as err507:
169 with pytest.raises(HTTPError) as err413:
181 with pytest.raises(HTTPError) as err400:
190 with pytest.raises(HTTPError) as err409:
206 with pytest.raises(HTTPError) a
[all...]

Completed in 178 milliseconds