Skip to content

Commit

Permalink
Redmine 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 10, 2023
1 parent 0b4ab83 commit 672d037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wiki_controller_patch_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def setup
end

def test_update_with_cw
put "/projects/#{@projects1.id}/wiki/Another_page",
put "/projects/#{@project1.id}/wiki/Another_page",
params: {
content: { comments: 'my comments', text: 'edited', version: 1 }
}
Expand Down

0 comments on commit 672d037

Please sign in to comment.