Skip to content

Commit

Permalink
OPT-1949 fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
raguilar-ias committed Aug 13, 2019
1 parent 140f637 commit d6f4063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/iasBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('iasBidAdapter is an adapter that', function () {
expect(val).to.match(/.*sr=[0-9]*\.[0-9]*/);
});
it('url', function () {
expect(val).to.have.string('url=http%3A%2F%2Flocalhost%3A9877%2Fcontext.html');
expect(val).to.match(/.*url=http%3A%2F%2Flocalhost%*/);
});
});
it('has property `bidRequest` that is the first passed in bid request', function () {
Expand Down

0 comments on commit d6f4063

Please sign in to comment.