itests: fix muc test name
This commit is contained in:
parent
b8f368acf3
commit
12e3c9988d
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ from slixmpp.test.integration import SlixIntegration
|
|||
UNIQUE = uuid4().hex
|
||||
|
||||
|
||||
class TestConnect(SlixIntegration):
|
||||
class TestMUC(SlixIntegration):
|
||||
|
||||
async def asyncSetUp(self):
|
||||
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 a new issue