Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
Signed-off-by: ckulal <[email protected]>
  • Loading branch information
ckulal committed Feb 22, 2024
1 parent 8ddfa45 commit 5eaa40c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rgw/v2/tests/s3_swift/test_rgw_mfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ def test_exec(config, ssh_con):
if response.status_code == 200:
log.info("MFA and version enabled")
else:
raise MFAVersionError("bucket mfa and versioning enable failed")
raise MFAVersionError(
"bucket mfa and versioning enable failed"
)

if status is False:
log.info("trying again! AccessDenied could be a timing issue!")
Expand Down

0 comments on commit 5eaa40c

Please sign in to comment.