Skip to content

Commit

Permalink
Update pkg/config/fulcio_config_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hayden B <[email protected]>
Signed-off-by: Javan Lacerda <[email protected]>
  • Loading branch information
javanlacerda and haydentherapper authored Jul 23, 2024
1 parent e745647 commit 4728e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/fulcio_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4728e67

Please sign in to comment.