Skip to content

Commit

Permalink
test: fix mssql snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 6, 2021
1 parent 90c4c50 commit 566541c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ function normalizeMigrateTimestamps(str) {
}

function normalizeDbUrl(str) {
return str.replace(/(localhost|postgres|mysql):\d+/g, 'localhost:5432')
return str.replace(/(localhost|postgres|mysql|mssql):\d+/g, 'localhost:5432')
}

function normalizeRustError(str) {
Expand Down

0 comments on commit 566541c

Please sign in to comment.