Redmine 5.1

This commit is contained in:
Karel Pičman 2023-11-10 08:00:40 +01:00
parent 0b4ab8302d
commit 672d0376d4

View File

@ -34,7 +34,7 @@ class WikiControllerPatchTest < RedmineCustomWorkflows::Test::TestCase
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 }
}