From ed01ffadba5e2f607ab29a94c578d19a094ed31e Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 27 Jul 2021 17:01:18 -0700 Subject: [PATCH] tests: Fix leading slash in test exclusion as well. --- zerver/lib/test_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/lib/test_helpers.py b/zerver/lib/test_helpers.py index c5a1c5f5b8..719945fce0 100644 --- a/zerver/lib/test_helpers.py +++ b/zerver/lib/test_helpers.py @@ -469,7 +469,7 @@ def write_instrumentation_reports(full_suite: bool, include_webhooks: bool) -> N "help/community-topic-edits", "help/delete-a-stream", "for/working-groups-and-communities/", - "/help/only-allow-admins-to-add-emoji", + "help/only-allow-admins-to-add-emoji", "api/delete-stream", "casper/(?P.+)", "static/(?P.+)",