mirror of
https://github.com/redmine/redmine.git
synced 2026-09-04 14:02:30 +02:00
Merged r19091 to 4.1-stable (#29482).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19094 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -495,7 +495,7 @@ class QueriesControllerTest < Redmine::ControllerTest
|
||||
end
|
||||
|
||||
def test_create_public_project_query
|
||||
@request.session[:user_id] = 2
|
||||
@request.session[:user_id] = 1
|
||||
|
||||
q = new_record(ProjectQuery) do
|
||||
post :create, :params => {
|
||||
|
||||
Reference in New Issue
Block a user