mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): prove Console adopted cutover entry
This commit is contained in:
@@ -13,6 +13,6 @@ test('publishes bounded help without bootstrapping storage or a listener', () =>
|
||||
assert.equal(result.stderr, '');
|
||||
assert.equal(
|
||||
result.stdout,
|
||||
'Usage: ql3-local-api --config /absolute/private-config.json\n',
|
||||
'Usage: ql3-local-api [--cutover-probe] --config /absolute/private-config.json\n',
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user