fix(tests): disable api request display on mocked data

This commit is contained in:
lowlighter
2022-04-23 18:45:02 -04:00
parent 941b969cbb
commit 73cd43c18f

View File

@@ -596,7 +596,7 @@ function quit(reason) {
}
//Consumed API requests
{
if ((!mocked)&&(!/^NOT_NEEDED$/.test(token))) {
info.break()
info.section("Consumed API requests")
info(" * provided that no other app used your quota during execution", "")