Skip to content

Commit

Permalink
Add CRD to operator-policy message
Browse files Browse the repository at this point in the history
This was added to the compliance message in
open-cluster-management-io/config-policy-controller#222

Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
  • Loading branch information
JustinKuli committed Apr 10, 2024
1 parent f40a845 commit f9251d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/compliance_history_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ var _ = Describe("GRC: [P1][Sev1][policy-grc] Test the compliance history API",
To(ContainSubstring("the policy spec is valid, the OperatorGroup matches what " +
"is required by the policy, the Subscription matches what is required by the policy, " +
"no InstallPlans requiring approval were found, ClusterServiceVersion - install strategy" +
" completed with no errors, All operator Deployments have their minimum availability, " +
"CatalogSource was found"))
" completed with no errors, There are CRDs present for the operator, All operator " +
"Deployments have their minimum availability, CatalogSource was found"))
}
}, 120, 1).Should(Succeed())
})
Expand Down

0 comments on commit f9251d3

Please sign in to comment.