mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Make refresh handle direct mode (#19408)
Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -116,7 +116,7 @@ describe('az', function () {
|
||||
});
|
||||
it('list', async function (): Promise<void> {
|
||||
// Assume indirect mode
|
||||
await azTool.sql.miarc.list(namespace);
|
||||
await azTool.sql.miarc.list({resourceGroup: undefined, namespace: namespace});
|
||||
verifyExecuteCommandCalledWithArgs(['sql', 'mi-arc', 'list', '--k8s-namespace', namespace, '--use-k8s']);
|
||||
});
|
||||
it('show', async function (): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user