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 Jul 22, 2024
1 parent d0e095f commit 80b7e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgw/v2/tests/curl/test_rgw_using_curl.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_exec(config, ssh_con):
user_name = each_user["user_id"]
log.info(user_name)

curl_auth = CURL(each_user, ssh_con)
curl_auth = CURL(each_user, ssh_con, ssl=config.ssl)

for bc in range(config.bucket_count):
bucket_name = utils.gen_bucket_name_from_userid(user_name, rand_no=bc)
Expand Down

0 comments on commit 80b7e4a

Please sign in to comment.