Closed crenshaw-dev closed 5 days ago
=== Failed === FAIL: cmd/argocd/commands TestFormatConditionSummary/Few_conditions_are_defined (0.00s) app_test.go:494: Error Trace: /home/runner/work/argo-cd/argo-cd/cmd/argocd/commands/app_test.go:494 Error: Not equal: expected: "type1(2),type2" actual : "type2,type1(2)" Diff: --- Expected +++ Actual @@ -1 +1 @@ -type1(2),type2 +type2,type1(2) Test: TestFormatConditionSummary/Few_conditions_are_defined Messages: Incorrect summary "type2,type1(2)", should be type1(2),type2
I would like to work on this issue.
@devopsjedi sure, give it a whirl!
@devopsjedi it was causing trouble on PRs, so I went ahead and opened a fix.
Fixed by https://github.com/argoproj/argo-cd/pull/20759