Skip to content

Commit c4063c5

Browse files
authored
Merge pull request #143 from psathyan/fx_rgw_to
RHCEPH-228: Fixing attribute error due to typo
2 parents 6bb1e97 + f5a2736 commit c4063c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rgw/v2/tests/s3_swift/test_swift_basic_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_exec(config):
186186
test_info.failed_status(msg)
187187
raise TestExecError(msg)
188188

189-
elif config.config.large_object_upload is True:
189+
elif config.large_object_upload is True:
190190
container_name = utils.gen_bucket_name_from_userid(user_info['user_id'], rand_no=cc)
191191
container = swiftlib.resource_op({'obj': rgw,
192192
'resource': 'put_container',

0 commit comments

Comments
 (0)