mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Pass ListOptions to List() methods.
This commit is contained in:
@@ -123,7 +123,7 @@ func TestLimitRangeList(t *testing.T) {
|
||||
},
|
||||
Response: Response{StatusCode: 200, Body: limitRangeList},
|
||||
}
|
||||
response, err := c.Setup(t).LimitRanges(ns).List(labels.Everything(), fields.Everything())
|
||||
response, err := c.Setup(t).LimitRanges(ns).List(labels.Everything(), fields.Everything(), unversioned.ListOptions{})
|
||||
c.Validate(t, response, err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user