From 230d9f0eb3db8955d2781444f3f521cea941d2b1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 3 Mar 2026 15:37:38 +0000 Subject: [PATCH] upd test config --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index dbb89bf..adb3243 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -11,7 +11,7 @@ from vban_cmd.kinds import request_kind_map as kindmap KIND_ID = os.environ.get('KIND', 'potato') opts = { - 'ip': os.getenv('VBANCMD_IP', 'localhost'), + 'host': os.getenv('VBANCMD_HOST', 'localhost'), 'streamname': os.getenv('VBANCMD_STREAMNAME', 'Command1'), 'port': int(os.getenv('VBANCMD_PORT', 6980)), }