From 82ec9fba3cad6c81677748f0f427be68b5b228de Mon Sep 17 00:00:00 2001 From: Thy Ton Date: Tue, 26 Mar 2024 09:34:37 -0700 Subject: [PATCH] Update path_config_test.go Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com> --- path_config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",