fix: Fix deprecated ServiceName in revision describe test (#1208)

This commit is contained in:
David Simansky 2021-01-28 21:43:31 +01:00 committed by GitHub
parent f15f2755d8
commit 5b7586b373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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)