Tests: fixed bug that disabled isolation tests.

This commit is contained in:
Tiago Natel de Moura
2020-12-15 11:06:49 +00:00
parent 8d65a3303b
commit 66ac35e9b9

View File

@@ -135,7 +135,7 @@ def check_isolation():
body=json.dumps(conf), body=json.dumps(conf),
) )
if 'success' not in resp: if 'success' not in resp['body']:
return return
userns = getns('user') userns = getns('user')