update tests to reflect that login no longer implies spawn

This commit is contained in:
Min RK
2018-03-21 10:51:49 +01:00
parent a0ee237ada
commit 704b172887
2 changed files with 6 additions and 10 deletions

View File

@@ -143,10 +143,6 @@ def test_referer_check(app):
if user is None:
user = add_user(app.db, name='admin', admin=True)
cookies = yield app.login_user('admin')
app_user = app.users[user]
# stop the admin's server so we don't mess up future tests
yield app.proxy.delete_user(app_user)
yield app_user.stop()
r = yield api_request(app, 'users',
headers={