From 81908a046d2e785e45af180d0c076eba5978a94d Mon Sep 17 00:00:00 2001 From: Mo Omer Date: Fri, 3 May 2024 14:33:50 -0500 Subject: [PATCH] Remove old test vestige --- bonsai/client_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/bonsai/client_test.go b/bonsai/client_test.go index d6274fc..148c083 100644 --- a/bonsai/client_test.go +++ b/bonsai/client_test.go @@ -127,9 +127,6 @@ func (s *ClientTestSuite) TestClientResponseError() { func (s *ClientTestSuite) TestClientResponseWithPagination() { s.serveMux.Get("/clusters", func(w http.ResponseWriter, _ *http.Request) { w.Header().Set("Content-Type", "application/json") - w.Header().Set("RateLimit-Limit", "1000") - w.Header().Set("RateLimit-Remaining", "999") - w.Header().Set("RateLimit-Reset", "1511954577") w.WriteHeader(http.StatusOK) _, err := fmt.Fprint(w, ` {