fix(tests): test for membership should be not in

This commit is contained in:
MarkoM-dot 2023-11-27 00:34:05 +01:00
parent cc21757244
commit 305edf5c9f
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ class ThrottlingTests(TestCase):
if expect is not None:
assert response['Retry-After'] == expect
else:
assert not'Retry-After' in response
assert 'Retry-After' not in response
def test_seconds_fields(self):
"""