mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Spelling (#4119)
This commit is contained in:
committed by
Jeff Mitchell
parent
f105461df5
commit
e43b76ef97
@@ -42,7 +42,7 @@ func TestBackend_Factory(t *testing.T) {
|
||||
|
||||
func TestBackend_PluginMain(t *testing.T) {
|
||||
args := []string{}
|
||||
if os.Getenv(pluginutil.PluginUnwrapTokenEnv) == "" && os.Getenv(pluginutil.PluginMetadaModeEnv) != "true" {
|
||||
if os.Getenv(pluginutil.PluginUnwrapTokenEnv) == "" && os.Getenv(pluginutil.PluginMetadataModeEnv) != "true" {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user