This commit is contained in:
Josh Yan 2024-07-22 15:39:32 -07:00
parent d1b7f8bb07
commit f1b5d939f5

View File

@ -572,7 +572,7 @@ func TestIsLocalReal(t *testing.T) {
t.Run("different server pubkey", func(t *testing.T) {
serverPubLoc := t.TempDir()
t.Setenv("HOME", serverPubLoc)
_, err := auth.GetPublicKey ()
_, err := auth.GetPublicKey()
if err != nil {
t.Fatal(err)
}