Skip to content

Commit 2719045

Browse files
committed
fix: correct MSSQL password in test schema to match service configuration
1 parent 8e8758e commit 2719045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
<(echo '{
323323
"dbtype": "mssql",
324324
"username": "sa",
325-
"password": "YourStrong@Passw0rd",
325+
"password": "TestPass123!",
326326
"host": "localhost:1433",
327327
"database": "testdb"
328328
}') \

0 commit comments

Comments
 (0)