Fix tests

This commit is contained in:
Dave Gallant
2024-07-21 09:18:43 -04:00
parent ac218fc82a
commit 31a76f06cd
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
// TestGetListReal tests getting the real list of vpn servers
func TestGetListReal(t *testing.T) {
_, err := GetList("")
_, err := GetList("", "")
assert.NoError(t, err)
}