Skip to content

Commit

Permalink
another trick
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Nov 21, 2024
1 parent 5650c7b commit 4667da6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/integrations/test_inferred_proxy.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
import json
import time

from utils import weblog, interfaces
from utils import weblog, scenarios, features, interfaces
from utils.tools import logger


# @features.aws_api_gateway_inferred_span_creation
# @scenarios.integrations
@features.aws_api_gateway_inferred_span_creation
@scenarios.integrations
class Test_AWS_API_Gateway_Inferred_Span_Creation:
...


class TOBEFIXED_Test_AWS_API_Gateway_Inferred_Span_Creation:
""" Verify DSM context is extracted using "dd-pathway-ctx-base64" """

Expand Down

0 comments on commit 4667da6

Please sign in to comment.