Skip to content

Commit

Permalink
Remove unnecessary AnyTimes
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-carvalho committed Jun 22, 2020
1 parent 0188a1f commit 545b0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/room_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ forwarders:
"region": "us",
"ports": "[]",
},
}, gomock.Any()).AnyTimes()
}, gomock.Any())

app.Router.ServeHTTP(recorder, request)
Expect(recorder.Code).To(Equal(200))
Expand Down

0 comments on commit 545b0d8

Please sign in to comment.