@@ -52,7 +52,7 @@ def test_invalid_token_leak_request():
52
52
),
53
53
(
54
54
{"type" : "failer" , "token" : "a" , "url" : "b" },
55
- "Cannot extract token from recieved match" ,
55
+ "Cannot extract token from received match" ,
56
56
"extraction" ,
57
57
),
58
58
],
@@ -594,7 +594,7 @@ def metrics_increment(key):
594
594
origin = "github" ,
595
595
)
596
596
assert metrics == {
597
- "warehouse.token_leak.github.recieved " : 1 ,
597
+ "warehouse.token_leak.github.received " : 1 ,
598
598
"warehouse.token_leak.github.processed" : 1 ,
599
599
"warehouse.token_leak.github.valid" : 1 ,
600
600
}
@@ -637,7 +637,7 @@ def metrics_increment(key):
637
637
origin = "github" ,
638
638
)
639
639
assert metrics == {
640
- "warehouse.token_leak.github.recieved " : 1 ,
640
+ "warehouse.token_leak.github.received " : 1 ,
641
641
"warehouse.token_leak.github.error.format" : 1 ,
642
642
}
643
643
@@ -667,7 +667,7 @@ def metrics_increment(key):
667
667
origin = "github" ,
668
668
)
669
669
assert metrics == {
670
- "warehouse.token_leak.github.recieved " : 1 ,
670
+ "warehouse.token_leak.github.received " : 1 ,
671
671
"warehouse.token_leak.github.error.invalid" : 1 ,
672
672
}
673
673
0 commit comments