diff options
Diffstat (limited to 'test/unit/check/chroot.py')
-rw-r--r-- | test/unit/check/chroot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/check/chroot.py b/test/unit/check/chroot.py index ac5a91d0..b749fab6 100644 --- a/test/unit/check/chroot.py +++ b/test/unit/check/chroot.py @@ -1,9 +1,9 @@ import json -from unit.http import TestHTTP +from unit.http import HTTP1 from unit.option import option -http = TestHTTP() +http = HTTP1() def check_chroot(): |