Don't set a playerId cookie it cannot register the player

This commit is contained in:
Deluan 2020-04-04 20:26:36 -04:00
parent 93646b964e
commit 0ba5840a65
3 changed files with 25 additions and 9 deletions

View file

@ -92,7 +92,7 @@ var _ = Describe("Logger", func() {
Error("A crash happened")
Expect(hook.LastEntry().Message).To(Equal("A crash happened"))
// NOTE: This assertions breaks if the line number changes
Expect(hook.LastEntry().Data[" source"]).To(ContainSubstring("log_test.go:92"))
Expect(hook.LastEntry().Data[" source"]).To(ContainSubstring("/log/log_test.go:92"))
})
})