Sync public tree to 8a8f27c
This commit is contained in:
parent
65ccb17519
commit
4e04601794
4 changed files with 44 additions and 3 deletions
|
|
@ -102,6 +102,11 @@ async function main() {
|
|||
assert.strictEqual(report.run_start.machine_error.category, "quota");
|
||||
assert.strictEqual(report.run_start.machine_error.resource_category, "api_calls");
|
||||
assert.strictEqual(report.run_start.machine_error.community_tier_language, true);
|
||||
assert.strictEqual(
|
||||
report.run_start.machine_error.community_tier_label,
|
||||
"community tier"
|
||||
);
|
||||
assert.doesNotMatch(result.stdout, new RegExp(["free", "tier"].join(" "), "i"));
|
||||
assert.strictEqual(
|
||||
report.run_start.machine_error.private_abuse_heuristics_exposed,
|
||||
false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue