reformat using 'make fmt' (#13794)

This commit is contained in:
Josh Black
2022-01-27 10:06:34 -08:00
committed by GitHub
parent 6f23d29264
commit b17e3256dd
94 changed files with 226 additions and 250 deletions

View File

@@ -166,7 +166,6 @@ func TestSecretsEnableCommand_Run(t *testing.T) {
if diff := deep.Equal([]string{"key1,key2"}, mountInfo.Config.AllowedManagedKeys); len(diff) > 0 {
t.Errorf("Failed to find expected values in AllowedManagedKeys. Difference is: %v", diff)
}
})
t.Run("communication_failure", func(t *testing.T) {