From cc61c55c3449e590b4409a6ec55633ea86587ac4 Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Thu, 26 May 2016 20:09:09 +0200 Subject: [PATCH] Correct fixture test --- tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures.py b/tests/fixtures.py index 1e01797..03ad2db 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -6,7 +6,7 @@ from autobahn_sync import AutobahnSync, ConnectionRefusedError -CROSSBAR_CONF_DIR = path.abspath(path.dirname(__file__)) + '/../.crossbar' +CROSSBAR_CONF_DIR = path.abspath(path.dirname(__file__)) + '/.crossbar' START_CROSSBAR = not pytest.config.getoption("--no-router")