Skip to content

Commit 3412ece

Browse files
committed
small fix on IT
Signed-off-by: Emelia Lei <[email protected]>
1 parent 02f68b8 commit 3412ece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/integration-tests/test_authn.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@
2121
import threading
2222
import pytest
2323

24+
from blazingmq.dev.paths import paths
2425
from blazingmq.dev.it.process.rawclient import RawClient
2526

2627
from blazingmq.dev.it.fixtures import ( # pylint: disable=unused-import
2728
Cluster,
2829
order,
2930
single_node,
31+
multi_node,
3032
tweak,
3133
cluster,
3234
)
3335

34-
PLUGIN_DIR = str(Path(__file__).parent.parent.parent / "build/blazingmq/src/plugins")
36+
PLUGIN_DIR = str(Path(__file__).parent.parent.parent / paths.build_dir / "src/plugins")
3537

3638

3739
pytestmark = order(99)

0 commit comments

Comments
 (0)