mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +00:00
Run all builtins as plugins (#5536)
This commit is contained in:
@@ -150,7 +150,7 @@ func TestSystem_lookupPlugin(t *testing.T) {
|
||||
|
||||
testSystemView := &SystemViewClient{client: client}
|
||||
|
||||
if _, err := testSystemView.LookupPlugin(context.Background(), "foo"); err == nil {
|
||||
if _, err := testSystemView.LookupPlugin(context.Background(), "foo", consts.PluginTypeDatabase); err == nil {
|
||||
t.Fatal("LookPlugin(): expected error on due to unsupported call from plugin")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user