Merge pull request #6550 from felixonmars/patch-1

Fix a typo in config_test.go
pull/6557/head
Rickard von Essen 8 years ago committed by GitHub
commit fe9e1bc9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ func testConfig(accessConfFile *os.File) map[string]interface{} {
}
func TestConfig(t *testing.T) {
// Shared set-up and defered deletion
// Shared set-up and deferred deletion
cfg, keyFile, err := baseTestConfigWithTmpKeyFile()
if err != nil {

Loading…
Cancel
Save