get the tests running

This commit is contained in:
Min RK
2017-08-25 18:12:15 -04:00
parent 2866be9462
commit f7ea451df8
6 changed files with 42 additions and 15 deletions

View File

@@ -317,8 +317,6 @@ class User(HasTraits):
url of the server will be /user/:name/:server_name
"""
db = self.db
if self.allow_named_servers and not server_name:
server_name = default_server_name(self)
base_url = url_path_join(self.base_url, server_name) + '/'