Skip to content

Commit 2ffe639

Browse files
committed
test: make hosted web export path portable
1 parent 87798a0 commit 2ffe639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_prepare_ksadk_web_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_default_hosted_root_points_to_workspace_sibling_repo():
122122
exporter = _load_export_module()
123123

124124
assert exporter.DEFAULT_HOSTED_ROOT.name == "agentengine-hosted-ui"
125-
assert exporter.DEFAULT_HOSTED_ROOT.parent.name in {"agentengine", "agent-sdk"}
125+
assert exporter.DEFAULT_HOSTED_ROOT.is_absolute()
126126

127127

128128
def test_resolve_default_hosted_root_supports_nested_workspace(tmp_path):

0 commit comments

Comments
 (0)