From 4728e67380f6f6c201c7389e16a8c3aab477cf90 Mon Sep 17 00:00:00 2001 From: Javan Lacerda Date: Tue, 23 Jul 2024 14:05:07 -0500 Subject: [PATCH] Update pkg/config/fulcio_config_test.go Co-authored-by: Hayden B Signed-off-by: Javan Lacerda --- pkg/config/fulcio_config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/fulcio_config_test.go b/pkg/config/fulcio_config_test.go index f5a6fd3b2..e32bd0455 100644 --- a/pkg/config/fulcio_config_test.go +++ b/pkg/config/fulcio_config_test.go @@ -60,7 +60,7 @@ func TestLoadFulcioConfig(t *testing.T) { t.Errorf("issuer that is CIProvider field shouldn't be empty when Type is ci-provider") } if _, ok := fulcioConfig.CIIssuerMetadata[got.CIProvider]; !ok { - t.Error("isseuer with type ci provider should has the same ci provider name as key for CIIssuerMetadata") + t.Error("issuer with type ci-provider should have the same CI provider name as key for CIIssuerMetadata") } } if _, ok := fulcioConfig.GetIssuer("not_an_issuer"); ok {