Skip to content

Commit 7982666

Browse files
committed
Fix warning
1 parent dd00bca commit 7982666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ws/test_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
class TestServer:
2828
"""Test server."""
2929

30+
__test__ = False
31+
3032
def __init__(self) -> None:
3133
"""Initialize the test server."""
3234
self.server: AioHttpTestServer

0 commit comments

Comments
 (0)