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 0685669 commit cb654cdCopy full SHA for cb654cd
tests/sentry/middleware/integrations/parsers/test_github.py
@@ -292,15 +292,3 @@ def test_issue_deleted_routing(self) -> None:
292
region_names=[region.name],
293
destination_types={DestinationType.SENTRY_REGION: 1},
294
)
295
-
296
297
-@control_silo_test
298
-class GithubRequestParserTypeRoutingTest(GithubRequestParserTest):
299
- """
300
- Test fixture that runs the routing tests with header-based routing enabled.
301
302
303
- @pytest.fixture(autouse=True)
304
- def setup(self):
305
- with override_options({"github.webhook-type-routing.enabled": True}):
306
- yield
0 commit comments