From 66ac35e9b941500a95a069066d896793b5df3a2a Mon Sep 17 00:00:00 2001 From: Tiago Natel de Moura Date: Tue, 15 Dec 2020 11:06:49 +0000 Subject: [PATCH] Tests: fixed bug that disabled isolation tests. --- test/unit/check/isolation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/check/isolation.py b/test/unit/check/isolation.py index bb8feed1..fe5a41f8 100644 --- a/test/unit/check/isolation.py +++ b/test/unit/check/isolation.py @@ -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')