Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Make test more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Jun 25, 2018
1 parent 3458795 commit f57b90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/construct-payload.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('constructPayload()', () => {
request(createApp({}))
.post('/')
.expect(({ body }) => {
assert(body.request.log.entries[0].pageref.endsWith('/*'));
assert(body.request.log.entries[0].pageref.match(/http:\/\/127.0.0.1:\d+\/\*/));
}));

it('#startedDateTime', () => {
Expand Down

0 comments on commit f57b90c

Please sign in to comment.