Fix failing test
This commit is contained in:
parent
5086c62a81
commit
e46a7c39c3
@ -51,7 +51,7 @@ func basic_connection_data(overrides ...string) *connection_data {
|
|||||||
username: "testuser", hostname_for_match: "host.test",
|
username: "testuser", hostname_for_match: "host.test",
|
||||||
dont_create_shm: true,
|
dont_create_shm: true,
|
||||||
}
|
}
|
||||||
opts, bad_lines, err := load_config(ans.hostname_for_match, ans.username, overrides, "")
|
opts, bad_lines, err := load_config(ans.hostname_for_match, ans.username, overrides)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user