@@ -1955,6 +1955,7 @@ fn bazel_helper_basic_auth() {
19551955 {"headers":{"Authorization":["Basic dGVzdHVzZXI6dGVzdHBhc3M="]}}
19561956
19571957 ----- stderr -----
1958+ warning: The `uv auth helper` command is experimental and may change without warning. Pass `--preview-features auth-helper` to disable this warning
19581959 "#
19591960 ) ;
19601961}
@@ -1988,6 +1989,7 @@ fn bazel_helper_token() {
19881989 {"headers":{"Authorization":["Basic X190b2tlbl9fOm15dG9rZW4xMjM="]}}
19891990
19901991 ----- stderr -----
1992+ warning: The `uv auth helper` command is experimental and may change without warning. Pass `--preview-features auth-helper` to disable this warning
19911993 "#
19921994 ) ;
19931995}
@@ -2007,6 +2009,7 @@ fn bazel_helper_no_credentials() {
20072009 {"headers":{}}
20082010
20092011 ----- stderr -----
2012+ warning: The `uv auth helper` command is experimental and may change without warning. Pass `--preview-features auth-helper` to disable this warning
20102013 "#
20112014 ) ;
20122015}
@@ -2026,6 +2029,7 @@ fn bazel_helper_invalid_json() {
20262029 ----- stdout -----
20272030
20282031 ----- stderr -----
2032+ warning: The `uv auth helper` command is experimental and may change without warning. Pass `--preview-features auth-helper` to disable this warning
20292033 error: Failed to parse credential request as JSON
20302034 Caused by: expected ident at line 1 column 2
20312035 "
@@ -2047,6 +2051,7 @@ fn bazel_helper_invalid_uri() {
20472051 ----- stdout -----
20482052
20492053 ----- stderr -----
2054+ warning: The `uv auth helper` command is experimental and may change without warning. Pass `--preview-features auth-helper` to disable this warning
20502055 error: Failed to parse credential request as JSON
20512056 Caused by: relative URL without a base: "not a url" at line 1 column 18
20522057 "#
@@ -2083,6 +2088,7 @@ fn bazel_helper_username_in_uri() {
20832088 {"headers":{"Authorization":["Basic c3BlY2lmaWN1c2VyOnNwZWNpZmljcGFzcw=="]}}
20842089
20852090 ----- stderr -----
2091+ warning: The `uv auth helper` command is experimental and may change without warning. Pass `--preview-features auth-helper` to disable this warning
20862092 "#
20872093 ) ;
20882094}
@@ -2117,6 +2123,7 @@ fn bazel_helper_unknown_username_in_uri() {
21172123 {"headers":{}}
21182124
21192125 ----- stderr -----
2126+ warning: The `uv auth helper` command is experimental and may change without warning. Pass `--preview-features auth-helper` to disable this warning
21202127 "#
21212128 ) ;
21222129}
0 commit comments