This commit is contained in:
Tejal Desai 2019-09-13 12:16:40 -07:00
parent 9b9fb815a7
commit 30f1a7dae9
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ func TestInitializeConfig(t *testing.T) {
t.Errorf("error seen when running test %s", err)
t.Fail()
}
actual, err := initializeConfig(img)
actual, _ := initializeConfig(img)
testutil.CheckDeepEqual(t, tt.expected, actual.Config)
}
}