Skip to content

Commit

Permalink
chore: added E2E test for logging category
Browse files Browse the repository at this point in the history
chore: changed e2e test to use IntegrationLogs

chore: updated e2e

chore: removed unnecessary code, fixed typos
  • Loading branch information
realMartinez committed Mar 25, 2024
1 parent 6ff792c commit f472fcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/trait/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ func TestJsonLoggingTrait(t *testing.T) {
assert.True(t, logFormatIsNotDefault)
assert.NotEmpty(t, env.ExecutedTraits)
}
<<<<<<< HEAD
=======

func TestSingleLoggingCategory(t *testing.T) {
env := createLoggingTestEnv(t, true, true, false, "TRACE", "%d{HH:mm:ss} %-5p (%t) %s%e%n", map[string]string{})
Expand Down Expand Up @@ -254,3 +256,4 @@ func TestLoggingCategories(t *testing.T) {
}

}
>>>>>>> 629f0d84f (chore: added E2E test for logging category)

0 comments on commit f472fcc

Please sign in to comment.