Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/appsec/test_asm_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,10 @@ class Test_AppSecStandalone_UpstreamPropagation_V2(AppSecStandalone_UpstreamProp
"""APPSEC correctly propagates AppSec events in distributing tracing with DD_APM_TRACING_ENABLED=false."""

def propagated_tag(self):
return "_dd.p.appsec"
return "_dd.p.ts"

def propagated_tag_value(self):
return "1"
return "02"


@rfc("https://docs.google.com/document/d/12NBx-nD-IoQEMiCRnJXneq4Be7cbtSc6pJLOFUWTpNE/edit")
Expand Down Expand Up @@ -800,10 +800,10 @@ class Test_SCAStandalone_Telemetry(SCAStandalone_Telemetry_Base):
"""Tracer correctly propagates SCA telemetry in distributing tracing with DD_EXPERIMENTAL_APPSEC_STANDALONE_ENABLED=true."""

def propagated_tag(self):
return "_dd.p.ts"
return "_dd.p.appsec"

def propagated_tag_value(self):
return "02"
return "1"


@rfc("https://docs.google.com/document/d/12NBx-nD-IoQEMiCRnJXneq4Be7cbtSc6pJLOFUWTpNE/edit")
Expand Down