Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 374727153
  • Loading branch information
Google authored and Ykristos committed Jul 12, 2021
1 parent 66d642f commit 8460f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harness/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var parseParams = function(testSuiteConfig) {
config.sig = parseParam('sig', null);
config.start_time = parseParam('start_time', null);
config.test_plan_id = parseParam('test_plan', 'default');
config.nonprod_api = parseParam('nonprodApi', false);

config.is_cobalt = util.isCobalt();
config.support_hdr = util.supportHdr();
Expand Down

0 comments on commit 8460f9c

Please sign in to comment.