Skip to content

Commit 50fda23

Browse files
committed
chore: fix neon http test
1 parent c7f983b commit 50fda23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/database.config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ describe('resolveDatabaseConfig', () => {
283283
})
284284

285285
await expect(resolveDatabaseConfig(nuxt, hub)).rejects.toThrow(
286-
'Neon HTTP driver requires DATABASE_URL, POSTGRES_URL, or POSTGRESQL_URL environment variable'
286+
'`neon-http` driver requires `DATABASE_URL`, `POSTGRES_URL`, or `POSTGRESQL_URL` environment variable'
287287
)
288288
})
289289
})

0 commit comments

Comments
 (0)