Skip to content

Commit

Permalink
Fix mssql testcontaint wait strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jul 24, 2024
1 parent 932c331 commit 82c8be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/integrations/tests/utils/mssql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function getDatasource(): Promise<Datasource> {
})
.withWaitStrategy(
Wait.forSuccessfulCommand(
"/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Password_123 -q 'SELECT 1'"
"/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P Password_123 -q 'SELECT 1'"
)
)
)
Expand Down

0 comments on commit 82c8be5

Please sign in to comment.