Skip to content

Commit 5fcf12d

Browse files
committed
Revert "Switch integration tests to allPrivate buckets"
This reverts commit c71d0d7.
1 parent f91925b commit 5fcf12d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/integration/test_raw_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
139139
account_auth_token,
140140
account_id,
141141
bucket_name,
142-
'allPrivate',
142+
'allPublic',
143143
is_file_lock_enabled=True,
144144
)
145145
bucket_id = bucket_dict['bucketId']
@@ -172,7 +172,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
172172
account_auth_token,
173173
account_id,
174174
replication_source_bucket_name,
175-
'allPrivate',
175+
'allPublic',
176176
is_file_lock_enabled=True,
177177
replication=ReplicationConfiguration(
178178
as_replication_source=ReplicationSourceConfiguration(
@@ -255,7 +255,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
255255
account_auth_token,
256256
account_id,
257257
bucket_id,
258-
'allPrivate',
258+
'allPublic',
259259
replication=ReplicationConfiguration(
260260
as_replication_destination=ReplicationDestinationConfiguration(
261261
source_to_destination_key_mapping={
@@ -291,7 +291,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
291291
account_auth_token,
292292
account_id,
293293
bucket_id,
294-
'allPrivate',
294+
'allPublic',
295295
replication=ReplicationConfiguration(),
296296
)
297297
assert bucket_dict['replicationConfiguration'] == {
@@ -327,7 +327,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
327327
account_auth_token,
328328
account_id,
329329
bucket_id,
330-
'allPrivate',
330+
'allPublic',
331331
default_server_side_encryption=encryption_setting,
332332
default_retention=default_retention,
333333
)

0 commit comments

Comments
 (0)