Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Correct fixture test
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed May 26, 2016
1 parent e7ee817 commit cc61c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Expand Up @@ -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")


Expand Down

0 comments on commit cc61c55

Please sign in to comment.