Skip to content

Commit

Permalink
Revert "[Debugger] Fix diagnostics schema"
Browse files Browse the repository at this point in the history
This reverts commit 5c1f430.
  • Loading branch information
watson committed Jan 9, 2025
1 parent 1476a43 commit e99f09c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions utils/_context/_scenarios/endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,12 @@ def pytest_sessionfinish(self, session, exitstatus):
condition=context.library == "golang",
ticket="APMS-12697",
),
_SchemaBug(
endpoint="/debugger/v1/diagnostics",
data_path="$[].content",
condition=context.library > "[email protected]",
ticket="DEBUG-2864",
),
_SchemaBug(
endpoint="/debugger/v1/diagnostics",
data_path="$[].content[].debugger.diagnostics",
Expand Down Expand Up @@ -611,6 +617,12 @@ def pytest_sessionfinish(self, session, exitstatus):
condition=context.library == "golang",
ticket="APMS-12697",
),
_SchemaBug(
endpoint="/api/v2/debugger",
data_path="$[].content",
condition=context.library > "[email protected]",
ticket="DEBUG-2864",
),
]
self._test_schemas(session, interfaces.agent, agent_bugs)

Expand Down

0 comments on commit e99f09c

Please sign in to comment.