new test for deleting channels
-x- this test will fail but the patch is required for testing self hosting our code base
This commit is contained in:
@@ -91,3 +91,4 @@ if __name__ == '__main__':
|
||||
|
||||
worker.post('/channels/create', name='send-channel', kind=TEXT_CHANNEL)
|
||||
worker.post('/message/send', channel='send-channel', content="some random content")
|
||||
worker.delete('/channels/delete', name='send-channel')
|
||||
|
||||
Reference in New Issue
Block a user