Fix incorrect reference to name in v1beta3 API.
This commit is contained in:
@@ -291,7 +291,7 @@ func TestListPodListSelection(t *testing.T) {
|
||||
{
|
||||
expectedIDs: util.NewStringSet("foo", "bar", "baz", "qux", "zot"),
|
||||
}, {
|
||||
field: "name=zot",
|
||||
field: "metadata.name=zot",
|
||||
expectedIDs: util.NewStringSet("zot"),
|
||||
}, {
|
||||
label: "label=qux",
|
||||
|
Reference in New Issue
Block a user