Skip to content

Commit c5de7d1

Browse files
author
Tom McCarthy
committed
chore: Correct test comment
1 parent ebe9e8a commit c5de7d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/test_metrics.py

Lines changed: 1 addition & 2 deletions
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)