Skip to content

Commit

Permalink
Merge pull request #2601 from dvoytenko/fixes58
Browse files Browse the repository at this point in the history
Validator fix for the latest release
  • Loading branch information
dvoytenko committed Mar 15, 2016
2 parents 8404012 + 29df808 commit fec0430
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 fec0430

Please sign in to comment.