mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
List plugin runtimes API always includes a list even if empty (#24864)
This commit is contained in:
@@ -46,14 +46,14 @@ func TestPluginRuntimeListCommand_Run(t *testing.T) {
|
||||
{
|
||||
"list container on empty plugin runtime catalog",
|
||||
[]string{"-type=container"},
|
||||
"Error listing available plugin runtimes:",
|
||||
2,
|
||||
"OCI Runtime",
|
||||
0,
|
||||
},
|
||||
{
|
||||
"list on empty plugin runtime catalog",
|
||||
nil,
|
||||
"Error listing available plugin runtimes:",
|
||||
2,
|
||||
"OCI Runtime",
|
||||
0,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user