We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2f11a commit 80b785cCopy full SHA for 80b785c
Tests/AppTests/QueryPerformanceTests.swift
@@ -35,6 +35,7 @@ struct QueryPerformanceTests {
35
// or in `.env.staging` for local runs.
36
let environment = Environment.staging
37
38
+ // Make sure we're connecting to the correct database
39
let host = try await DotEnvFile.databaseHost(for: environment)
40
try #require(host.hasPrefix("spi-dev-db"))
41
try #require(host.hasSuffix("postgres.database.azure.com"))
0 commit comments