Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi authored Oct 21, 2024
1 parent c5f74a1 commit 3f609f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/corazawaf/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,6 @@ func TestForceRequestBodyOverride(t *testing.T) {
func TestGetUnixTimestamp(t *testing.T) {
tx := makeTransaction(t)
stamp := tx.UnixTimestamp()
t.Logf("stamp: %d", stamp)
if stamp <= 0 {
t.Fatalf("no timestamp found")
}
Expand Down

0 comments on commit 3f609f2

Please sign in to comment.