Remove -vvv from kinit call in tests

This commit is contained in:
Roman Vasin 2022-12-26 11:59:37 +00:00
parent a70e3c20fa
commit 3cdc9b3f81

View File

@ -57,7 +57,7 @@ def make_auth(instance):
[
"bash",
"-c",
f"echo 'select currentUser()' | curl -vvv --negotiate -u : http://{instance.hostname}:8123/ --data-binary @-",
f"echo 'select currentUser()' | curl --negotiate -u : http://{instance.hostname}:8123/ --data-binary @-",
]
)