mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Remove -vvv from kinit call in tests
This commit is contained in:
parent
a70e3c20fa
commit
3cdc9b3f81
@ -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 @-",
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user