Skip to content

Commit

Permalink
fix test for format
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Aug 7, 2023
1 parent b58c024 commit d084d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awss3exporter/marshaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestMarshaler(t *testing.T) {
m, err := NewMarshaler("sumo_ic", zap.NewNop())
assert.NoError(t, err)
require.NotNil(t, m)
assert.Equal(t, m.format(), "sumo_ic")
assert.Equal(t, m.format(), "json.gz")
}
{
m, err := NewMarshaler("unknown", zap.NewNop())
Expand Down

0 comments on commit d084d23

Please sign in to comment.