We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867f7dd commit 143f42bCopy full SHA for 143f42b
1 file changed
tests/unit/test_testutils.py
@@ -33,5 +33,6 @@ def test_bucket_already_owned_by_you(self):
33
</Error>''',
34
),
35
mock.Mock(status_code=200, headers={}, content=b''),
36
+ mock.Mock(status_code=200, headers={}, content=b''),
37
]
38
self.assertEqual(create_bucket(self.session, 'bucket'), 'bucket')
0 commit comments