mirror of https://github.com/zulip/zulip.git
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.
(cherry picked from commit a7f187bec3
)
This commit is contained in:
parent
b67e3d5ffa
commit
836dc9f1c9
|
@ -525,9 +525,6 @@ def write_instrumentation_reports(full_suite: bool, include_webhooks: bool) -> N
|
|||
"scim/v2/ServiceProviderConfig",
|
||||
"scim/v2/Groups(?:/(?P<uuid>[^/]+))?",
|
||||
"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
|
||||
# by find_pattern above and therefore needs to be exempt.
|
||||
"self-hosted-billing/not-configured/",
|
||||
|
|
Loading…
Reference in New Issue