From 064e585ded88a574c25cbb72592c3f42978547e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20ma=CC=8Ase=CC=81n?= Date: Wed, 5 Apr 2023 17:51:39 +0200 Subject: [PATCH] fix api server call --- pkg/container/mocks/ApiServer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/container/mocks/ApiServer.go b/pkg/container/mocks/ApiServer.go index 1a05355..a879ede 100644 --- a/pkg/container/mocks/ApiServer.go +++ b/pkg/container/mocks/ApiServer.go @@ -112,7 +112,6 @@ func ListContainersHandler(statuses ...string) http.HandlerFunc { bytes, err := filterArgs.MarshalJSON() O.ExpectWithOffset(1, err).ShouldNot(O.HaveOccurred()) query := url.Values{ - "limit": []string{"0"}, "filters": []string{string(bytes)}, } return ghttp.CombineHandlers(