add logtr.sosf for sos straight to specific matrix
This commit is contained in:
@@ -16,7 +16,7 @@ func TestImageUpload(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if err := config.Refresh(); err != nil {
|
||||
if err := config.Refresh(nil); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
got, err := UploadImage(b)
|
||||
|
||||
Reference in New Issue
Block a user