diff options
author | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-12-15 11:06:49 +0000 |
---|---|---|
committer | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-12-15 11:06:49 +0000 |
commit | 66ac35e9b941500a95a069066d896793b5df3a2a (patch) | |
tree | 6a23b1ecc6f2926a29b6ed957742c18b79387db2 /test/unit/check | |
parent | 8d65a3303bde4fa2725310cd38af311e503e75ae (diff) | |
download | unit-66ac35e9b941500a95a069066d896793b5df3a2a.tar.gz unit-66ac35e9b941500a95a069066d896793b5df3a2a.tar.bz2 |
Tests: fixed bug that disabled isolation tests.
Diffstat (limited to 'test/unit/check')
-rw-r--r-- | test/unit/check/isolation.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |