File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ func resetQuerier() {
1717}
1818
1919func TestThatNetworkCallIsRetried (t * testing.T ) {
20+ resetAll ()
2021 mux := http .NewServeMux ()
2122
2223 numberOfTimesCalled := 0
@@ -123,6 +124,7 @@ func TestThatNetworkCallIsRetried(t *testing.T) {
123124}
124125
125126func TestThatRateLimitErrorsAreThrownBackToTheUser (t * testing.T ) {
127+ resetAll ()
126128 mux := http .NewServeMux ()
127129
128130 mux .HandleFunc ("/testing" , func (rw http.ResponseWriter , r * http.Request ) {
@@ -185,6 +187,7 @@ func TestThatRateLimitErrorsAreThrownBackToTheUser(t *testing.T) {
185187}
186188
187189func TestThatParallelCallsHaveIndependentRetryCounters (t * testing.T ) {
190+ resetAll ()
188191 mux := http .NewServeMux ()
189192
190193 numberOfTimesFirstCalled := 0
You can’t perform that action at this time.
0 commit comments