Skip to content

Commit

Permalink
fix: Fix listing wf archive without list options. Fixes argoproj#13804
Browse files Browse the repository at this point in the history
Signed-off-by: Darko Janjic <[email protected]>
  • Loading branch information
djanjic committed Oct 24, 2024
1 parent e941299 commit edbb989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/argo_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ spec:
Path("$.items").
Array().
Length().
IsEqual(2)
IsEqual(3)
})

for _, tt := range []struct {
Expand Down

0 comments on commit edbb989

Please sign in to comment.