Skip to content

Commit

Permalink
Update runbook link (currently broken) (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 authored Dec 19, 2024
1 parent 9ba13dd commit e62d3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def test_config_telemetry_completeness(self):
"""
Assert that config telemetry is handled properly by telemetry intake
Runbook: https://github.com/DataDog/system-tests/docs/edit/runbook.md#test_config_telemetry_completeness
Runbook: https://github.com/DataDog/system-tests/blob/main/docs/edit/runbook.md#test_config_telemetry_completeness
"""

def lowercase_obj(obj):
Expand Down Expand Up @@ -676,7 +676,7 @@ def is_key_accepted_by_telemetry(key, allowed_keys, allowed_prefixes):
if len(missing_config_keys) != 0:
logger.error(json.dumps(missing_config_keys, indent=2))
raise ValueError(
"(NOT A FLAKE) Found unexpected config telemetry keys. Runbook: https://github.com/DataDog/system-tests/docs/edit/runbook.md#test_config_telemetry_completeness"
"(NOT A FLAKE) Found unexpected config telemetry keys. Runbook: https://github.com/DataDog/system-tests/blob/main/docs/edit/runbook.md#test_config_telemetry_completeness"
)

@missing_feature(library="cpp")
Expand Down

0 comments on commit e62d3ec

Please sign in to comment.