脱敏运行配置和旧文档
This commit is contained in:
@@ -113,14 +113,14 @@ test('resolveOpen91QueryState returns success only when every task is ready', ()
|
||||
test('buildOpen91CardItem mirrors claim link into jumpLink and leaves password empty', () => {
|
||||
assert.deepEqual(
|
||||
buildOpen91CardItem({
|
||||
claimUrl: 'https://221329.cc.cd/#/claim/abc123xyz',
|
||||
claimUrl: 'https://example.com/#/claim/abc123xyz',
|
||||
expireTime: '2026-05-05 12:00:00',
|
||||
}),
|
||||
{
|
||||
cardNo: 'https://221329.cc.cd/#/claim/abc123xyz',
|
||||
cardNo: 'https://example.com/#/claim/abc123xyz',
|
||||
cardPwd: '',
|
||||
expireTime: '2026-05-05 12:00:00',
|
||||
jumpLink: 'https://221329.cc.cd/#/claim/abc123xyz',
|
||||
jumpLink: 'https://example.com/#/claim/abc123xyz',
|
||||
},
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user