diff --git a/view/html_test.go b/view/html_test.go
index 080e59f046a3977d9bbdf3a2c399b8ea5ef6bdc5..e916bc04a218303b7884f237561efbd99421829b 100644
--- a/view/html_test.go
+++ b/view/html_test.go
@@ -88,7 +88,7 @@ func TestDebugImageProtocolUsesLogger(t *testing.T) {
debugImageProtocol("hello %s", "world")
- want := "[img-protocol] hello world\n"
+ want := "info: [img-protocol] hello world\n"
if got := logBuf.String(); got != want {
t.Fatalf("debugImageProtocol log output = %q, want %q", got, want)
}