Skip to content

Commit 2d0f989

Browse files
committed
test: scrub public OpenClaw fixture endpoint
1 parent 7ff5c27 commit 2d0f989

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_openclaw_bootstrap_secretref.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,7 +3966,7 @@ def test_bootstrap_applies_mem0_memory_backend_manifest():
39663966
env["MEMORY_BACKEND_MANIFEST"] = _build_mem0_manifest_json()
39673967
env["MEM0_API_KEY"] = f"2000104981.{VALID_MEM0_UUID}:mem0-secret"
39683968
env["MEM0_USER_ID"] = "2000104981"
3969-
env["MEM0_BASE_URL"] = "http://mem-service.sdns.ksyun.com"
3969+
env["MEM0_BASE_URL"] = "http://mem-service.example.test"
39703970

39713971
result = subprocess.run(
39723972
["bash", str(BOOTSTRAP_SCRIPT)],
@@ -3987,7 +3987,7 @@ def test_bootstrap_applies_mem0_memory_backend_manifest():
39873987
"config": {
39883988
"mode": "platform",
39893989
"apiKey": f"2000104981.{VALID_MEM0_UUID}:mem0-secret",
3990-
"baseUrl": "http://mem-service.sdns.ksyun.com",
3990+
"baseUrl": "http://mem-service.example.test",
39913991
"userId": "2000104981",
39923992
},
39933993
}
@@ -4008,7 +4008,7 @@ def test_bootstrap_openclaw_default_manifest_clears_existing_mem0_memory_backend
40084008
"config": {
40094009
"mode": "platform",
40104010
"apiKey": "old-key",
4011-
"baseUrl": "http://mem-service.sdns.ksyun.com",
4011+
"baseUrl": "http://mem-service.example.test",
40124012
"userId": "2000104981",
40134013
},
40144014
},

0 commit comments

Comments
 (0)