Skip to content

Commit 1afa990

Browse files
committed
chore(metrics): old typo
1 parent b1aa148 commit 1afa990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/functional/test_metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def test_schema_no_metrics(service, namespace):
320320

321321

322322
def test_exceed_number_of_dimensions(metric, namespace):
323-
# GIVEN we we have more dimensions than CloudWatch supports
323+
# GIVEN we have more dimensions than CloudWatch supports
324324
dimensions = [{"name": f"test_{i}", "value": "test"} for i in range(11)]
325325

326326
# WHEN we attempt to serialize them into a valid EMF object

0 commit comments

Comments
 (0)