Skip to content

Commit

Permalink
adjusted logic again
Browse files Browse the repository at this point in the history
  • Loading branch information
kolin-newby committed Dec 8, 2021
1 parent d58b1b1 commit 0b4e0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HttpLogger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestSetsNowAndInterval(t *testing.T) {
SendHttpMessage(logger, helper.MockResponse(), helper.MockRequestWithJson(), 0, 0, nil)

assert.Contains(t, logger.queue[0], "[\"now", "SendHttpMessage did not append 'now' to message on null entry")
assert.Contains(t, logger.queue[0], "[\"[\"interval\",\"1", "SendHttpMessage did not appended 'floor interval' to message on null entry")
assert.Contains(t, logger.queue[0], "[\"interval\",\"1", "SendHttpMessage did not appended 'floor interval' to message on null entry")

logger, _ = NewHttpLogger(opt)

Expand Down

0 comments on commit 0b4e0ca

Please sign in to comment.