Skip to content

Commit

Permalink
chore: testing sslmode required
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei committed Oct 8, 2024
1 parent fa5a098 commit 623eb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/psql_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func (psqlc *PSQLForwardConnection) createConnectionParameters(user, password st
"port": port,
"user": user,
"password": password,
"sslmode": "require",
}, nil
}

Expand Down

0 comments on commit 623eb36

Please sign in to comment.