Skip to content

Commit

Permalink
Update path_config_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ash <[email protected]>
  • Loading branch information
thyton and benashz authored Mar 26, 2024
1 parent e6e5bd8 commit 82ec9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82ec9fb

Please sign in to comment.