Thanks to visit codestin.com Credit goes to github.com
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 0be5647 commit 997e601Copy full SHA for 997e601
cli/clitest/postgres_test.go
@@ -1,4 +1,4 @@
1
-package clitest
+package clitest_test
2
3
import (
4
"fmt"
@@ -13,14 +13,14 @@ func TestBuildPostgresURLFromComponents(t *testing.T) {
13
t.Parallel()
14
15
testcases := []struct {
16
- name string
17
- host string
18
- port string
19
- username string
20
- password string
21
- database string
22
- options string
23
- expectedURL string
+ name string
+ host string
+ port string
+ username string
+ password string
+ database string
+ options string
+ expectedURL string
24
}{
25
{
26
name: "BasicConnectionParams",
0 commit comments