summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/post_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/post_test.go b/app/post_test.go
index 62098c865..f5a5a23cb 100644
--- a/app/post_test.go
+++ b/app/post_test.go
@@ -336,7 +336,7 @@ func TestMakeOpenGraphURLsAbsolute(t *testing.T) {
t.Fatalf("incorrect image url, expected %v, got %v", tc.ImageURL, og.Images[0].URL)
}
} else if tc.ImageURL != "" {
- t.Fatal("missing image url, expected %v, got nothing", tc.ImageURL)
+ t.Fatalf("missing image url, expected %v, got nothing", tc.ImageURL)
}
})
}