We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afee500 commit 3a4acf2Copy full SHA for 3a4acf2
tests/test_utils.py
@@ -41,7 +41,7 @@ def test_is_throttled(self):
41
e = CustomException(response={"Error": {"Code": t}})
42
assert is_throttled(e)
43
# test the non-throttling exception
44
- e = CustomException(response={"Error": {"Code": "Not Throttling"}})
+ e = CustomException(response={"Error": {"Code": "Not Thro_ttling"}})
45
assert not is_throttled(e)
46
# test the except block
47
e = CustomException(response={"Error": ""})
0 commit comments