Skip to content

Commit

Permalink
Print messages for connect test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipinakis committed Aug 15, 2024
1 parent 69b37a7 commit c557aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/auditlogintegration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func checkStoredAuditMessages(t *testing.T, dir string, logger log.Logger) {
if done {
return
}
fmt.Printf("Messages: %+v\n", messages)
assert.Empty(t, errors)
assert.NotEmpty(t, messages)
assert.Equal(t, message.TypeConnect, messages[0].MessageType)
Expand Down

0 comments on commit c557aab

Please sign in to comment.