mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
Fix failing test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user