Skip to content

Commit

Permalink
Remove old test vestige
Browse files Browse the repository at this point in the history
  • Loading branch information
momer committed May 3, 2024
1 parent 0370eca commit 81908a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bonsai/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, `
{
Expand Down

0 comments on commit 81908a0

Please sign in to comment.