Skip to content

Commit

Permalink
Fix Mantis tests in negative timezone (#1049)
Browse files Browse the repository at this point in the history
Fixes #993
  • Loading branch information
erikdubbelboer authored and matthewlane committed Mar 15, 2017
1 parent 9571ce9 commit 0cea31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/adapters/mantis_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('mantis adapter tests', function () {
var serverCall = adloader.loadScript.firstCall.args[0];

expect(serverCall).to.match(/buster=[0-9]+&/);
expect(serverCall).to.match(/tz=[0-9]+&/);
expect(serverCall).to.match(/tz=-?[0-9]+&/);
expect(serverCall).to.match(/secure=(true|false)&/);
expect(serverCall).to.string('property=1234&');
expect(serverCall).to.string('bids[0][bidId]=bidId1&');
Expand Down

0 comments on commit 0cea31c

Please sign in to comment.