Tests: fixed bug that disabled isolation tests.
This commit is contained in:
@@ -135,7 +135,7 @@ def check_isolation():
|
||||
body=json.dumps(conf),
|
||||
)
|
||||
|
||||
if 'success' not in resp:
|
||||
if 'success' not in resp['body']:
|
||||
return
|
||||
|
||||
userns = getns('user')
|
||||
|
||||
Reference in New Issue
Block a user