use BUILD_MINIMAL env to build minimal Vault with few storage options and plugins (#27394)

This commit is contained in:
Thy Ton
2024-06-12 09:53:49 -07:00
committed by GitHub
parent c4fcb4a086
commit 83111c010c
12 changed files with 417 additions and 217 deletions

View File

@@ -26,8 +26,6 @@ func Test_Commands_HCPInit(t *testing.T) {
for n, tst := range tests {
t.Run(n, func(t *testing.T) {
t.Parallel()
mockUi := cli.NewMockUi()
commands := initCommands(mockUi, nil, nil)
if tst.expectError {