Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Mar 5, 2024
1 parent b0f3dcf commit 94f3c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ func TestValidateLongPollContextTimeout(t *testing.T) {
t.Run("context timeout is set, but less than CriticalLongPollTimeout", func(t *testing.T) {
logger := new(log.MockLogger)
logger.On(
"Warn",
"Debug",
"Context timeout is lower than critical value for long poll API.",
// we can't mock time between deadline and now, so we just check it as it is
mock.Anything,
Expand Down

0 comments on commit 94f3c1a

Please sign in to comment.