Skip to content

Commit c051480

Browse files
committed
ci: fix config error
1 parent a19c1ef commit c051480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/playwright-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def init_backend_config():
107107
config = json.load(f)
108108

109109
# update
110-
config["client-replica"] = {
110+
config["services"]["client-replica"] = {
111111
"enabled": True,
112112
"fs_tree_manager_url": "localhost:50052",
113113
}

0 commit comments

Comments
 (0)