Skip to content

Commit 40ad89c

Browse files
author
Tom McCarthy
committed
chore: Correct test comment
1 parent 3fbfe6c commit 40ad89c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/test_metrics.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,5 @@ def test_namespace_var_precedence(monkeypatch, capsys, metric, dimension):
499499

500500
remove_timestamp(metrics=[output, expected]) # Timestamp will always be different
501501

502-
# THEN we should add a namespace implicitly
503-
# with the value of POWERTOOLS_METRICS_NAMESPACE env var
502+
# THEN namespace should match the explicitly passed variable and not the env var
504503
assert expected["_aws"] == output["_aws"]

0 commit comments

Comments
 (0)