Skip to content

Commit

Permalink
remove _dd.p.dm check from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua committed Jun 25, 2024
1 parent 37ed990 commit 8d8b5c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/standalone-asm.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe('Standalone ASM', () => {

function assertKeep (payload, manual = true) {
const { meta, metrics } = payload
assert.propertyVal(meta, '_dd.p.dm', '-5')
if (manual) {
assert.propertyVal(meta, 'manual.keep', 'true')
} else {
Expand Down Expand Up @@ -101,7 +100,6 @@ describe('Standalone ASM', () => {
assert.strictEqual(secondReq.length, 5)

const { meta, metrics } = secondReq[0]
assert.propertyVal(meta, '_dd.p.dm', '-5')
assert.notProperty(meta, 'manual.keep')
assert.notProperty(meta, '_dd.p.appsec')

Expand Down

0 comments on commit 8d8b5c7

Please sign in to comment.