This commit is contained in:
Dan Sosedoff 2023-11-02 20:58:18 -05:00
parent bb82e68441
commit 535b686946
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -217,7 +217,7 @@ func testTest(t *testing.T) {
},
{
name: "invalid user",
input: fmt.Sprintf("postgres://%s@%s:%s/%s?sslmode=disable", "foo", serverHost, serverPort, serverDatabase),
input: fmt.Sprintf("postgres://%s:%s@%s:%s/%s?sslmode=disable", "foo", serverPassword, serverHost, serverPort, serverDatabase),
err: ErrAuthFailed,
},
{