Skip to content

Commit fd8910b

Browse files
committed
test(relay): collect bundle packaging regression
Signed-off-by: Bryan Bednarski <bbednarski@nvidia.com>
1 parent 08b42ff commit fd8910b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/switchyard-nemo-relay-plugin/tests/test_package_bundle.py renamed to tests/relay_plugin/test_package_bundle.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
import zipfile
1515
from pathlib import Path
1616

17-
CRATE_ROOT = Path(__file__).resolve().parents[1]
17+
REPOSITORY_ROOT = Path(__file__).resolve().parents[2]
18+
CRATE_ROOT = REPOSITORY_ROOT / "crates" / "switchyard-nemo-relay-plugin"
1819
PACKAGER = CRATE_ROOT / "scripts" / "package_bundle.py"
1920
PACKAGE_NAME = "switchyard-nemo-relay-plugin"
2021

0 commit comments

Comments
 (0)