mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 06:10:50 -04:00
Properly typecheck tests.app (#14984
This commit is contained in:
parent
f0cae26d58
commit
e301ee6189
5 changed files with 29 additions and 15 deletions
|
@ -19,7 +19,7 @@ from tests.config.utils import ConfigFileTestCase
|
|||
|
||||
|
||||
class HomeserverAppStartTestCase(ConfigFileTestCase):
|
||||
def test_wrong_start_caught(self):
|
||||
def test_wrong_start_caught(self) -> None:
|
||||
# Generate a config with a worker_app
|
||||
self.generate_config()
|
||||
# Add a blank line as otherwise the next addition ends up on a line with a comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue