Skip to content

Commit

Permalink
Updated valideRequest to validateBidRequest to make the purpose clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ix-certification committed Sep 11, 2018
1 parent f9eaaf5 commit cc928c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3243,7 +3243,7 @@ describe('System Tests: Partner', function () {
// Parse request URL into a manageable object.
var request = UrlParse(xhr.url, true);

window.testCases.validateRequest(request);
window.testCases.validateBidRequest(request);

done();

Expand Down

0 comments on commit cc928c5

Please sign in to comment.