Skip to content

Commit

Permalink
Merge branch 'main' into add-ldap-configuration-edit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Jul 18, 2021
2 parents 1724d99 + 2344007 commit 237d0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/markup/markdown/markdown_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestRender_StandardLinks(t *testing.T) {
URLPrefix: setting.AppSubURL,
IsWiki: true,
}, input)
assert.NoError(t, err)
assert.Equal(t, strings.TrimSpace(expectedWiki), strings.TrimSpace(buffer))
}

Expand Down

0 comments on commit 237d0e5

Please sign in to comment.