Skip to content

Commit

Permalink
restore test_schemas.py
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
  • Loading branch information
eliottness committed Sep 18, 2024
1 parent f64d8d6 commit 52da47a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_library_schema_telemetry_conf_value(self):
def test_library_schema_telemetry_job_object(self):
interfaces.library.assert_schema_point("/telemetry/proxy/api/v2/apmtelemetry", "$.payload")

@bug(library="golang", reason="APMS-12697")
def test_library_telenetry_configuration_value(self):
interfaces.library.assert_schema_point(
"/telemetry/proxy/api/v2/apmtelemetry", "$.payload.configuration[].value"
Expand Down Expand Up @@ -92,5 +93,6 @@ def test_agent_schema_telemetry_job_object(self):
def test_agent_schema_telemetry_main_payload(self):
interfaces.agent.assert_schema_point("/api/v2/apmtelemetry", "$")

@bug(library="golang", reason="APMS-12697")
def test_library_telenetry_configuration_value(self):
interfaces.agent.assert_schema_point("/api/v2/apmtelemetry", "$.payload.configuration[].value")

0 comments on commit 52da47a

Please sign in to comment.