Fix failing test

This commit is contained in:
Kovid Goyal 2023-03-22 13:28:40 +05:30
parent 5086c62a81
commit e46a7c39c3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -51,7 +51,7 @@ func basic_connection_data(overrides ...string) *connection_data {
username: "testuser", hostname_for_match: "host.test",
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 {
panic(err)
}