Skip to content

Commit 4c36e7a

Browse files
committed
Expand list test to include not included
Signed-off-by: joshvanl <[email protected]>
1 parent 6eb816e commit 4c36e7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/standalone/workflow_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,8 @@ func TestWorkflowFilters(t *testing.T) {
392392
output, err := cmdWorkflowList(appID, redisConnString, "--filter-status", "SUSPENDED")
393393
require.NoError(t, err)
394394
assert.Contains(t, output, "suspend-test")
395+
assert.NotContains(t, output, "simple-1")
396+
assert.NotContains(t, output, "long-1")
395397
})
396398

397399
t.Run("filter by name", func(t *testing.T) {

0 commit comments

Comments
 (0)