mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
test POST /{owner}/{repo}/comments/{id}
Conflicts:
tests/integration/issue_test.go
(cherry picked from commit 9c14e4f103
)
This commit is contained in:
parent
ed87de558f
commit
9ce97ac685
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@ func TestIssueCommentUpdate(t *testing.T) {
|
|||
"content": modifiedContent,
|
||||
})
|
||||
session.MakeRequest(t, req, http.StatusNotFound)
|
||||
commentIdentical := unittest.AssertExistsAndLoadBean(t, &issues_model.Comment{ID: commentID})
|
||||
assert.Equal(t, comment1, commentIdentical.Content)
|
||||
|
||||
req = NewRequestWithValues(t, "POST", fmt.Sprintf("/%s/%s/comments/%d", "user2", "repo1", commentID), map[string]string{
|
||||
"_csrf": GetCSRF(t, session, issueURL),
|
||||
|
|
Loading…
Reference in a new issue