Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit e8b30ed

Browse files
committed
Remove redundant mock from test
1 parent dd3fe4d commit e8b30ed

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

internals/secrethub/acl_list_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ func TestACLListCommand_run(t *testing.T) {
4444
return nil, testError
4545
},
4646
},
47-
dirs: fakeclient.DirService{
48-
GetTreeFunc: func(path string, depth int, ancestors bool) (*api.Tree, error) {
49-
return nil, nil
50-
},
51-
},
5247
err: testError,
5348
},
5449
"0 access rules": {

0 commit comments

Comments
 (0)