Skip to content

Commit 7d58743

Browse files
committed
woops
1 parent 9528ced commit 7d58743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/storage/attach_secret.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CREATE OR REPLACE SECRET postgres_db (
4343
TYPE POSTGRES,
4444
HOST '127.0.0.1',
4545
DBNAME unknown_database,
46-
PASSWORD 'POSTGRES'
46+
PASSWORD 'postgres'
4747
);
4848

4949
# non-existent database

0 commit comments

Comments
 (0)