Skip to content

Commit

Permalink
Fix compile error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Nov 26, 2023
1 parent e73586d commit 77fac2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion throttle_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func doTestThrottling(t *testing.T, pro bool, serverAddr string, redisIsUp bool,
req, _ := http.NewRequest(http.MethodGet, u, nil)
req.Header.Set(common.TokenHeader, validToken)
req.Header.Set(common.DeviceIdHeader, deviceId)
req.Header.Add(common.SupportedDataCaps, throttle.Daily)
req.Header.Add(common.SupportedDataCapsHeader, throttle.Daily)
req.Header.Set(common.TimeZoneHeader, timezone)
req.Header.Set(sizeHeader, strconv.Itoa(testSize))

Expand Down

0 comments on commit 77fac2f

Please sign in to comment.