mirror of https://github.com/knative/client.git
fix: Fix deprecated ServiceName in revision describe test (#1208)
This commit is contained in:
parent
f15f2755d8
commit
5b7586b373
|
|
@ -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)
|
action, data, err := fakeRevision([]string{"revision", "describe", "test-rev", "-o", "yaml"}, &expectedRevision)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue