Skip to content

Commit

Permalink
fix tests finally
Browse files Browse the repository at this point in the history
  • Loading branch information
karankohli-cf committed Nov 2, 2023
2 parents 8e13381 + fbe2abe commit 5e8418b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/policies/catalog/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ To fix this, add a catalog-info.yaml file to your repository, following the offi
cofigEnabled: true,
Exp: policydef.Result{
Enabled: true,
Pass: false,
NotifyText: "catalog-info.yaml file not found.\n" + fmt.Sprint(notifyText, OrgConfig{}, RepoConfig{}),
Pass: true,
NotifyText: "catalog-info.yaml file not present.\n" + notifyText,
Details: details{
Enabled: false,
},
Expand Down

0 comments on commit 5e8418b

Please sign in to comment.