tests: Fix leading slash in test exclusion as well.

This commit is contained in:
Tim Abbott 2021-07-27 17:01:18 -07:00
parent 5feb3f288c
commit ed01ffadba
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ def write_instrumentation_reports(full_suite: bool, include_webhooks: bool) -> N
"help/community-topic-edits", "help/community-topic-edits",
"help/delete-a-stream", "help/delete-a-stream",
"for/working-groups-and-communities/", "for/working-groups-and-communities/",
"/help/only-allow-admins-to-add-emoji", "help/only-allow-admins-to-add-emoji",
"api/delete-stream", "api/delete-stream",
"casper/(?P<path>.+)", "casper/(?P<path>.+)",
"static/(?P<path>.+)", "static/(?P<path>.+)",