Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Feb 22, 2023
1 parent 969668f commit 33c6291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue/deliverer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestProcessMessage(t *testing.T) {
assert.Nilf(t, err, "Expected Parse() to succeed")

assert.Equal(t, "2018-09-07T15:39:18.517Z", resource.LogTime)
assert.Equal(t, hostName, resource.ServerName)
assert.Equal(t, "suite-phs.staging", resource.ServerName)
assert.Equal(t, applicationName, resource.ApplicationName)
assert.Equal(t, "U3RhcnRpbmcgaGVhbHRoIG1vbml0b3Jpbmcgb2YgY29udGFpbmVy", resource.LogData.Message)
}
Expand Down

0 comments on commit 33c6291

Please sign in to comment.