mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
test_helpers: Remove /self-hosted-billing/ from exempt_patterns.
This was added early on and hasn't been removed since, even though we have tests for the endpoint for a while now.
This commit is contained in:
committed by
Tim Abbott
parent
f6d526f798
commit
a7f187bec3
@@ -525,9 +525,6 @@ def write_instrumentation_reports(full_suite: bool, include_webhooks: bool) -> N
|
|||||||
"scim/v2/ServiceProviderConfig",
|
"scim/v2/ServiceProviderConfig",
|
||||||
"scim/v2/Groups(?:/(?P<uuid>[^/]+))?",
|
"scim/v2/Groups(?:/(?P<uuid>[^/]+))?",
|
||||||
"scim/v2/Groups/.search",
|
"scim/v2/Groups/.search",
|
||||||
# TODO: This endpoint and the rest of its system are a work in progress,
|
|
||||||
# we are not testing it yet.
|
|
||||||
"self-hosted-billing/",
|
|
||||||
# This endpoint only returns 500 and 404 codes, so it doesn't get picked up
|
# This endpoint only returns 500 and 404 codes, so it doesn't get picked up
|
||||||
# by find_pattern above and therefore needs to be exempt.
|
# by find_pattern above and therefore needs to be exempt.
|
||||||
"self-hosted-billing/not-configured/",
|
"self-hosted-billing/not-configured/",
|
||||||
|
|||||||
Reference in New Issue
Block a user