diff --git a/app/rest/server_test.go b/app/rest/server_test.go index 6da07808..00f083cb 100644 --- a/app/rest/server_test.go +++ b/app/rest/server_test.go @@ -77,7 +77,7 @@ func TestServer_CreateAndGet(t *testing.T) { comment := store.Comment{} err = json.Unmarshal([]byte(res), &comment) assert.Nil(t, err) - assert.Equal(t, "

test 123 http://radio-t.com

", comment.Text) + assert.Equal(t, "

test 123 http://radio-t.com

", comment.Text) assert.Equal(t, store.User{Name: "developer one", ID: "dev", Picture: "https://friends.radio-t.com/resources/images/rt_logo_64.png", Profile: "https://radio-t.com/info/", Admin: true, Blocked: false, IP: ""},