Skip to content

Commit 143f42b

Browse files
committed
Update testutils failing tests
1 parent 867f7dd commit 143f42b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/test_testutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ def test_bucket_already_owned_by_you(self):
3333
</Error>''',
3434
),
3535
mock.Mock(status_code=200, headers={}, content=b''),
36+
mock.Mock(status_code=200, headers={}, content=b''),
3637
]
3738
self.assertEqual(create_bucket(self.session, 'bucket'), 'bucket')

0 commit comments

Comments
 (0)