change: move HTTP_BIN_URL to utils

This commit is contained in:
lilong.129
2023-07-21 23:42:56 +08:00
parent ac4c921c46
commit 52fc9c3a17
6 changed files with 15 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import uuid
from loguru import logger
from httprunner.utils_test import HTTP_BIN_URL
from httprunner.utils import HTTP_BIN_URL
def get_httpbin_server():