diff --git a/core/chat/messageRendering_test.go b/core/chat/messageRendering_test.go index effa9777a..e01c303d8 100644 --- a/core/chat/messageRendering_test.go +++ b/core/chat/messageRendering_test.go @@ -19,10 +19,10 @@ func TestRenderAndSanitize(t *testing.T) { ` - expected := `Test one two three! I go to http://yahoo.com and search for sports and answers. + expected := `Test one two three! I go to http://yahoo.com and search for sports and answers.
Here is an iframe blah blah blah -test link +test link
` result := events.RenderAndSanitize(messageContent)