test: sync configured api address

This commit is contained in:
rain
2026-07-11 09:27:48 +08:00
parent 9769401b10
commit 68f72eb960
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ assert.strictEqual(StorageUtil.read(storage, 'token'), null);
const calls = [];
const requester = AxiosRequestUtil.createRequester({
baseUrl: 'https://test-genealogy-api.ddxcjp.cn',
baseUrl: 'http://182.61.18.23:8080',
clientId: 'pc-client',
tokenHeaderName: 'Authorization',
getToken: () => 'token-x',