Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Sep 12, 2024
1 parent 636ff5c commit 5febab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration/api/shutdown.tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5febab4

Please sign in to comment.