Skip to content

Commit 237d0e5

Browse files
authored
Merge branch 'main' into add-ldap-configuration-edit-tests
2 parents 1724d99 + 2344007 commit 237d0e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/markup/markdown/markdown_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func TestRender_StandardLinks(t *testing.T) {
4242
URLPrefix: setting.AppSubURL,
4343
IsWiki: true,
4444
}, input)
45+
assert.NoError(t, err)
4546
assert.Equal(t, strings.TrimSpace(expectedWiki), strings.TrimSpace(buffer))
4647
}
4748

0 commit comments

Comments
 (0)