mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Rename test
This commit is contained in:
parent
70aa1517db
commit
aafc9f4c6c
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ from evennia.utils.test_resources import BaseEvenniaTest
|
|||
from django.test import override_settings
|
||||
|
||||
|
||||
|
||||
class TestWebSocket(BaseEvenniaTest):
|
||||
class TestGodotWebSocketClient(BaseEvenniaTest):
|
||||
@override_settings(GODOT_CLIENT_WEBSOCKET_CLIENT_INTERFACE="127.0.0.1", GODOT_CLIENT_WEBSOCKET_PORT='8988')
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue