Skip to content

Commit

Permalink
Validator fix for the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed Mar 15, 2016
1 parent 8404012 commit 29df808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/integration/test-example-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ describe('example', function() {
* @constructor {!Array<!RegExp>}
*/
const errorWhitelist = [
/invalid value \'.\/viewer-integr.js\'/,
/invalid value \'amp-brid-player\'/,
// TODO(dvoytenko, #2600): remove this from whitelist once the message
// contains more specific script identifier.
/The tag \'script\' is disallowed/,
/\'amp-brid-player\' is disallowed/,
];

Expand Down

0 comments on commit 29df808

Please sign in to comment.