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:
shockrah
2020-10-28 22:31:52 -07:00
parent 7023ce2b7a
commit 4cb8f578ed
2 changed files with 28 additions and 0 deletions

View File

@@ -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')