Skip to content
Snippets Groups Projects
Commit 2736ca768ad6 authored by Elouan Martinet's avatar Elouan Martinet
Browse files

[testing] Fix moto call

parent 013754d1c3cb
No related branches found
No related tags found
1 merge request!15[testing] Fix moto call
Pipeline #25711 passed
......@@ -10,7 +10,7 @@
def setUp(self):
s3_mock = mock_s3()
s3_mock.start()
resource = boto3.resource('s3', region_name='somewhere')
resource = boto3.resource('s3', region_name='us-east-1')
self.s3_bucket = resource.create_bucket(Bucket=self.s3_bucket)
patched_storage_s3_client = patch(
'cubicweb_s3storage.storages.S3Storage._s3_client',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment