Skip to content

Commit ba0de13

Browse files
Rizwana777jgwest
authored andcommitted
Change type of GitOpsRepoConditions
1 parent 718404f commit ba0de13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-e2e/appstudio/snapshotenvironmentbinding_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ var _ = Describe("SnapshotEnvironmentBinding Reconciler E2E tests", func() {
10541054
binding.Status = appstudiosharedv1.SnapshotEnvironmentBindingStatus{
10551055
GitOpsRepoConditions: []metav1.Condition{
10561056
{
1057-
Type: "GitOpsRepoNotReady",
1057+
Type: "Reconciled",
10581058
Status: metav1.ConditionFalse,
10591059
Reason: "GitOpsRepoNotReady",
10601060
Message: "Cannot Reconcile Binding '" + binding.Name + "', since GitOps Repo Conditions status is false.",

0 commit comments

Comments
 (0)