Skip to content

Commit

Permalink
[-] fix TestSourcePingCommand_Execute()
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Aug 22, 2024
1 parent 53a2caa commit 8a08ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmdopts/cmdsource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestSourcePingCommand_Execute(t *testing.T) {
_, err = f.WriteString(`
- name: test1
kind: postgres
conn_str: postgresql://foo:bar/baz`)
conn_str: postgresql://foo@bar/baz`)

require.NoError(t, err)

Expand Down

0 comments on commit 8a08ae0

Please sign in to comment.