Skip to content

Commit

Permalink
ignore ObservedTimestamp in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nslaughter committed Feb 14, 2024
1 parent ff6c517 commit 58f987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/translator/azure/resourcelogs_to_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ func TestUnmarshalLogs(t *testing.T) {
logs, err := sut.UnmarshalLogs(data)
assert.NoError(t, err)

assert.NoError(t, plogtest.CompareLogs(tt.expected, logs))
assert.NoError(t, plogtest.CompareLogs(tt.expected, logs, plogtest.IgnoreObservedTimestamp()))
})
}
}

0 comments on commit 58f987c

Please sign in to comment.