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 3f66324 commit e565811Copy full SHA for e565811
test/internal/postgres.go
@@ -199,7 +199,7 @@ func (s *PostgresSuite) TearDownTest() {
199
func postgresDSN(t *testing.T) string {
200
// Fetch the postgres dsn from the env var
201
osDSN, exists := os.LookupEnv("POSTGRES_DSN")
202
- require.True(t, exists, "test.postgres: missing POSTGRES_DSN enviroment variable")
+ require.True(t, exists, "test.postgres: missing POSTGRES_DSN environment variable")
203
204
// Parse the postgres dsn
205
parsedDSN, err := pq.ParseURL(osDSN)
0 commit comments