Skip to content

Commit 0ee7c70

Browse files
committed
common, cli: remove network option from actions and rules commands
1 parent e606ab2 commit 0ee7c70

32 files changed

+116
-567
lines changed

packages/indexer-cli/src/__tests__/indexer/actions.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ describe('Indexer actions tests', () => {
3030
timeout: 10000,
3131
},
3232
)
33-
cliTest(
34-
'Indexer actions get',
35-
['indexer', 'actions', 'get', 'all'],
36-
'references/indexer-actions-get',
37-
{
38-
expectedExitCode: 0,
39-
cwd: baseDir,
40-
timeout: 10000,
41-
},
42-
)
4333
})
4434
describe('Actions queue', () => {
4535
cliTest(

0 commit comments

Comments
 (0)