diff --git a/path_config_test.go b/path_config_test.go index 4cbce708..b3572439 100644 --- a/path_config_test.go +++ b/path_config_test.go @@ -174,7 +174,7 @@ func TestConfig(t *testing.T) { t.Fatalf("got unexpected error: %v", resp.Error()) } - // test invalid PEM keys + // test invalid pem_keys data = map[string]interface{}{ "pem_keys": "bad", "kubernetes_host": "host",