Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Sep 11, 2024
1 parent 15d160e commit 09cc2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/sql/cloud/azure/access_token_auth.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ set allow_persistent_secrets=false
statement error
SELECT count(*) FROM delta_scan('azure://delta-testing-private/dat/all_primitive_types/delta');
----
Invalid Input Error: No valid Azure credentials found!
IO Error

statement ok
CREATE SECRET az1 (
CREATE OR REPLACE SECRET az1 (
TYPE AZURE,
PROVIDER ACCESS_TOKEN,
ACCOUNT_NAME '${AZURE_STORAGE_ACCOUNT}'
Expand All @@ -43,4 +43,4 @@ CREATE OR REPLACE SECRET az1 (
query I
SELECT count(*) FROM delta_scan('azure://delta-testing-private/dat/all_primitive_types/delta');
----
5
5

0 comments on commit 09cc2dd

Please sign in to comment.