Skip to content

Commit

Permalink
chore(revision): Remove unwanted log message in test (#267)
Browse files Browse the repository at this point in the history
* chore(revision): Remove bogus log message

This showed up in the test run as single log message so I removed that.

* chore(revision): Revert back to wrong API group in test as its unrelated to this PR
  • Loading branch information
rhuss authored and knative-prow-robot committed Jul 22, 2019
1 parent 34992aa commit 75a41de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kn/commands/revision/revision_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func TestRevisionListOneOutput(t *testing.T) {
}

func TestRevisionListOutputWithTwoRevName(t *testing.T) {
t.Log("verify by passing two revision name to get command")
RevisionList := &v1alpha1.RevisionList{Items: []v1alpha1.Revision{}}
_, _, err := fakeRevisionList([]string{"revision", "list", "foo-abcd", "bar-abcd"}, RevisionList)
assert.ErrorContains(t, err, "'kn revision list' accepts maximum 1 argument")
Expand Down

0 comments on commit 75a41de

Please sign in to comment.