Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kevin Fleming
stork
Commits
19a3bc1b
Commit
19a3bc1b
authored
Feb 28, 2022
by
Marcin Siodelski
Browse files
[
#701
] Fix CreateExtension test
parent
9c229648
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/server/database/test/migrations_test.go
View file @
19a3bc1b
...
...
@@ -172,8 +172,8 @@ func TestCreateCryptoExtension(t *testing.T) {
// Try to connect to this database using the user name.
opts
:=
&
pg
.
Options
{
User
:
db
Name
,
Password
:
"pass"
,
User
:
db
.
Options
()
.
User
,
Password
:
db
.
Options
()
.
Password
,
Database
:
dbName
,
Addr
:
db
.
Options
()
.
Addr
,
TLSConfig
:
db
.
Options
()
.
TLSConfig
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment