Signal-Server/websocket-resources/src
Jeff Hodges e3af0a13da allow "+" before a timezone in request log tests
GitHub Actions runs in UTC where the timezone starts with a "+" instead
of our local dev machines (in PT or ET) which start with a "-" in
numeric form. So, we expand the regex to allow for those in
WebSocketRequestLogTest.

Along the way, we change from calling `matches` directly on the strings
to calling it on the `assertThat` to get better test output.
2020-06-25 17:14:53 -04:00
..
main/java/org/whispersystems/websocket Use the UA string from websocket upgrade requests if available. 2020-06-17 15:40:18 -04:00
test/java/org/whispersystems/websocket allow "+" before a timezone in request log tests 2020-06-25 17:14:53 -04:00