Skip to content

Commit 538871c

Browse files
test(scope): Fix typos in assert error message
Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
1 parent 445e3b2 commit 538871c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ def test_set_tags(sentry_init, capture_events):
178178
"tag1": "value1",
179179
"tag2": "updated",
180180
"tag3": "new",
181-
}, "Upating tags with empty dict changed tags"
181+
}, "Updating tags with empty dict changed tags"

tests/test_scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,4 +821,4 @@ def test_set_tags():
821821
"tag1": "value1",
822822
"tag2": "updated",
823823
"tag3": "new",
824-
}, "Upating tags with empty dict changed tags"
824+
}, "Updating tags with empty dict changed tags"

0 commit comments

Comments
 (0)