Skip to content

Commit

Permalink
test: fix breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 18, 2024
1 parent 7fedbfe commit 2d9697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database/db_connection_count_check.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ test.group('Db connection count check', (group) => {

const result = await healthCheck.run()
assert.containsSubset(result, {
message: `Check skipped. Unable to get active connections for ${config.connections.primary.client} dialect`,
message: `Check skipped. Unable to get active connections for ${client.dialect.name} dialect`,
status: 'ok',
meta: {
connection: { name: 'primary', dialect: client.dialect.name },
Expand Down

0 comments on commit 2d9697b

Please sign in to comment.