From 5febab4b93c0f466f3a16558dda2eb19c55e26ea Mon Sep 17 00:00:00 2001 From: James Sumners Date: Thu, 12 Sep 2024 12:50:30 -0400 Subject: [PATCH] fixes --- test/integration/api/shutdown.tap.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/integration/api/shutdown.tap.js b/test/integration/api/shutdown.tap.js index 0805965ffe..86f1e34286 100644 --- a/test/integration/api/shutdown.tap.js +++ b/test/integration/api/shutdown.tap.js @@ -28,7 +28,10 @@ tap.test('#shutdown', (t) => { agent = helper.loadMockedAgent({ license_key: EXPECTED_LICENSE_KEY, - host: TEST_DOMAIN + host: TEST_DOMAIN, + utilization: { + detect_aws: false + } }) agent.config.no_immediate_harvest = true