Skip to content

Commit

Permalink
Deliberate test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 30, 2024
1 parent a95ca6d commit a4d271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporalcli/commands.workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func (t workflowUpdateTest) testWorkflowUpdateHelper() {
// successful update, output should contain the result
res := t.execute("workflow", "update", "execute", "--address", t.s.Address(), "-w", run.GetID(), "--name", updateName, "-i", strconv.Itoa(input))
t.s.NoError(res.Err)
t.s.ContainsOnSameLine(res.Stdout.String(), "Result", strconv.Itoa(1*input))
t.s.ContainsOnSameLine(res.Stdout.String(), "Resultx", strconv.Itoa(1*input))

// successful update passing first-execution-run-id
// Use --type here to make sure the alias works
Expand Down

0 comments on commit a4d271b

Please sign in to comment.