pkg/components: fix ineffassign issues

This commit is contained in:
Mario Trangoni
2018-04-23 20:03:57 +02:00
parent 15f11effa0
commit b02a860e66
5 changed files with 25 additions and 7 deletions

View File

@ -13,6 +13,7 @@ func TestUploadToAzureBlob(t *testing.T) {
err := setting.NewConfigContext(&setting.CommandLineArgs{
HomePath: "../../../",
})
So(err, ShouldBeNil)
uploader, _ := NewImageUploader()