Skip to content

Commit

Permalink
use tls_verify also for login for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: tarilabs <[email protected]>
  • Loading branch information
tarilabs committed Jun 25, 2024
1 parent c06067a commit 1b405b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oras/tests/test_oras.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def test_directory_push_pull_selfsigned_auth(
)
res = client.login(
hostname=registry,
tls_verify=False,
username=credentials.user,
password=credentials.password,
)
Expand Down

0 comments on commit 1b405b4

Please sign in to comment.