(self, request, call_snuba)
| 1050 | |
| 1051 | @pytest.fixture(autouse=True) |
| 1052 | def initialize(self, request, call_snuba): |
| 1053 | if self.reset_snuba_data: |
| 1054 | request.getfixturevalue("reset_snuba") |
| 1055 | self.call_snuba = call_snuba |
| 1056 | |
| 1057 | def create_project(self, **kwargs) -> Project: |
| 1058 | if "flags" not in kwargs: |