Skip to content

Commit

Permalink
fix: Fix deprecated ServiceName in revision describe test (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Jan 28, 2021
1 parent f15f275 commit 5b7586b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/kn/commands/revision/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ func TestDescribeRevisionYaml(t *testing.T) {
}},
},
},
Status: servingv1.RevisionStatus{
ServiceName: "foo-service",
},
}

action, data, err := fakeRevision([]string{"revision", "describe", "test-rev", "-o", "yaml"}, &expectedRevision)
Expand Down

0 comments on commit 5b7586b

Please sign in to comment.