Skip to content

Commit

Permalink
chore(service): Another e2e test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Oct 8, 2019
1 parent fc6424f commit aa21c6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/basic_workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func (test *e2eTest) serviceUpdate(t *testing.T, serviceName string, args []stri
out, err := test.kn.RunWithOpts(append([]string{"service", "update", serviceName}, args...), runOpts{NoNamespace: false})
assert.NilError(t, err)

expectedOutput := fmt.Sprintf("Updating ervice '%s' updated", serviceName)
assert.Check(t, util.ContainsAll(out, "Updating", "service", serviceName, "Ready"))
}

Expand Down

0 comments on commit aa21c6a

Please sign in to comment.