should be it
This commit is contained in:
16
external/duckdb/test/sql/secrets/secret_compatibility_http.test
vendored
Normal file
16
external/duckdb/test/sql/secrets/secret_compatibility_http.test
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# name: test/sql/secrets/secret_compatibility_http.test
|
||||
# description: Test secret compatibility across versions
|
||||
# group: [secrets]
|
||||
|
||||
require-env TEST_PERSISTENT_SECRETS_AVAILABLE
|
||||
|
||||
# Ensure any currently stored secrets don't interfere with the test
|
||||
statement ok
|
||||
set secret_directory='./data/secrets/http'
|
||||
|
||||
query IIIIIII
|
||||
from duckdb_secrets();
|
||||
----
|
||||
http_v_1_1_0 http config true local_file [] name=http_v_1_1_0;type=http;provider=config;serializable=true;scope;extra_http_headers={Authorization=Bearer sk_test_VePHdqKTYQjKNInc7u56JBrQ}
|
||||
http_v_1_1_2 http config true local_file [] name=http_v_1_1_2;type=http;provider=config;serializable=true;scope;extra_http_headers={Authorization=Bearer sk_test_VePHdqKTYQjKNInc7u56JBrQ}
|
||||
http_v_1_1_3 http config true local_file [] name=http_v_1_1_3;type=http;provider=config;serializable=true;scope;extra_http_headers={Authorization=Bearer sk_test_VePHdqKTYQjKNInc7u56JBrQ}
|
||||
Reference in New Issue
Block a user