Skip to content

Commit

Permalink
[Debugger] Fix diagnostics schema
Browse files Browse the repository at this point in the history
- The root `message` property is not expected.
- The probe version should be encoded in a `version` property - not a
  `probeVersion` property.
  • Loading branch information
watson committed Jan 8, 2025
1 parent 015482e commit 5c1f430
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions utils/_context/_scenarios/endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,12 +572,6 @@ 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 @@ -617,12 +611,6 @@ 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 5c1f430

Please sign in to comment.