itests: fix muc test name
This commit is contained in:
parent
b8f368acf3
commit
12e3c9988d
@ -7,7 +7,7 @@ from slixmpp.test.integration import SlixIntegration
|
|||||||
UNIQUE = uuid4().hex
|
UNIQUE = uuid4().hex
|
||||||
|
|
||||||
|
|
||||||
class TestConnect(SlixIntegration):
|
class TestMUC(SlixIntegration):
|
||||||
|
|
||||||
async def asyncSetUp(self):
|
async def asyncSetUp(self):
|
||||||
self.mucserver = self.envjid('CI_MUC_SERVER')
|
self.mucserver = self.envjid('CI_MUC_SERVER')
|
||||||
@ -75,4 +75,4 @@ class TestConnect(SlixIntegration):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
suite = unittest.TestLoader().loadTestsFromTestCase(TestConnect)
|
suite = unittest.TestLoader().loadTestsFromTestCase(TestMUC)
|
||||||
|
Loading…
Reference in New Issue
Block a user