Prepare WebSSH for self-hosted deployment
This commit is contained in:
@@ -99,6 +99,7 @@ class TestAppBasic(TestAppBase):
|
||||
options.syshostfile = ''
|
||||
options.tdstream = ''
|
||||
options.delay = 0.1
|
||||
options.auth = False
|
||||
app = make_app(make_handlers(loop, options), get_app_settings(options))
|
||||
return app
|
||||
|
||||
@@ -536,6 +537,7 @@ class OtherTestBase(TestAppBase):
|
||||
options.tdstream = self.tdstream
|
||||
options.maxconn = self.maxconn
|
||||
options.origin = self.origin
|
||||
options.auth = False
|
||||
app = make_app(make_handlers(loop, options), get_app_settings(options))
|
||||
return app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user