Skip to content

Commit 5665d43

Browse files
docs(metrics): fix test references (#5265)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 0060d78 commit 5665d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/core/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,4 +430,4 @@ You can read standard output and assert whether metrics have been flushed. Here'
430430
```
431431

432432
???+ tip
433-
For more elaborate assertions and comparisons, check out [our functional testing for Metrics utility.](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/tests/functional/metrics/test_metrics_cloudwatch_emf.py){target="_blank"}
433+
For more elaborate assertions and comparisons, check out [our functional testing for Metrics utility.](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/tests/functional/metrics/required_dependencies/test_metrics_cloudwatch_emf.py){target="_blank"}

Diff for: docs/core/metrics/datadog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ You can read standard output and assert whether metrics have been flushed. Here'
257257
```
258258

259259
???+ tip
260-
For more elaborate assertions and comparisons, check out [our functional testing for DatadogMetrics utility.](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/tests/functional/metrics/test_metrics_datadog.py){target="_blank"}
260+
For more elaborate assertions and comparisons, check out [our functional testing for DatadogMetrics utility.](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/tests/functional/metrics/datadog/test_metrics_datadog.py){target="_blank"}

0 commit comments

Comments
 (0)