missing comma

pull/8280/head
Medya Gh 2020-05-26 17:25:27 -07:00
parent 1924599bbe
commit 2b37774587
No known key found for this signature in database
GPG Key ID: 7CF7792C6DF3245C
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func TestAddons(t *testing.T) {
{"Ingress", validateIngressAddon},
{"MetricsServer", validateMetricsServerAddon},
{"HelmTiller", validateHelmTillerAddon},
{"Olm", validateOlmAddon}
{"Olm", validateOlmAddon},
}
for _, tc := range tests {
tc := tc