From 73cd43c18f19d9a099385912e4211c03befc309b Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 23 Apr 2022 18:45:02 -0400 Subject: [PATCH] fix(tests): disable api request display on mocked data --- source/app/action/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index 1687e8a0..cb979599 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -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", "")