summaryrefslogtreecommitdiffstats
path: root/modules/markup/html_test.go
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-05-07 17:34:33 +0200
committerGitHub <noreply@github.com>2021-05-07 17:34:33 +0200
commitd4f28fd4ad37398d0ef953866943972a1147dc55 (patch)
tree1d8b2f28d02abedf49fb8bc5eb8cb8dea5312e5c /modules/markup/html_test.go
parent16034bb61332196a40c01be8bb3fd2d0b48198cf (diff)
downloadgitea-d4f28fd4ad37398d0ef953866943972a1147dc55.tar.gz
gitea-d4f28fd4ad37398d0ef953866943972a1147dc55.zip
Fix URL of gitea emoji (#15770)
Fixes regression from #15219
Diffstat (limited to 'modules/markup/html_test.go')
-rw-r--r--modules/markup/html_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/markup/html_test.go b/modules/markup/html_test.go
index 3425c3d3a8..fa8c848601 100644
--- a/modules/markup/html_test.go
+++ b/modules/markup/html_test.go
@@ -283,7 +283,7 @@ func TestRender_emoji(t *testing.T) {
//Text that should be turned into or recognized as emoji
test(
":gitea:",
- `<p><span class="emoji" aria-label="gitea"><img alt=":gitea:" src="`+setting.StaticURLPrefix+`/img/emoji/gitea.png"/></span></p>`)
+ `<p><span class="emoji" aria-label="gitea"><img alt=":gitea:" src="`+setting.StaticURLPrefix+`/assets/img/emoji/gitea.png"/></span></p>`)
test(
"Some text with 😄 in the middle",