test: sync configured api address
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user