We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93af520 commit b033be9Copy full SHA for b033be9
monitoring/uss_qualifier/scenarios/scenario.py
@@ -453,11 +453,11 @@ def check(
453
else:
454
check_list = ", ".join(available_checks)
455
if self._allow_undocumented_checks:
456
- # We create a dunny TestCheckDocumentation to continue.
+ # We create a dummy TestCheckDocumentation to continue.
457
# The severity is unknown since we don't have documentation,
458
# but we default to a medium severity (so a failure won't stop
459
# tests).
460
- # Thoses undocumented checks are primary used for unit testing,
+ # These undocumented checks are primary used for unit testing,
461
# this shouldn't have any impact on normal testing.
462
check_documentation = TestCheckDocumentation(
463
name=name,
0 commit comments