From b86891c4ef848a2da05abd1350af5f0b8e4335fa Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 28 Jun 2021 22:05:40 +0100 Subject: Tests: renamed share to static. Also minor style changes. --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/conftest.py') diff --git a/test/conftest.py b/test/conftest.py index 5ea4e49d..db34984f 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -22,8 +22,8 @@ from unit.check.node import check_node from unit.check.regex import check_regex from unit.check.tls import check_openssl from unit.http import TestHTTP -from unit.option import option from unit.log import Log +from unit.option import option from unit.utils import public_dir from unit.utils import waitforfiles -- cgit