mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Merged r21854 from trunk to 5.0-stable (#33953).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21857 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
337c5f93ba
commit
edc3224576
@ -200,7 +200,7 @@ class RepositoriesControllerTest < Redmine::RepositoryControllerTest
|
||||
repos.reload
|
||||
assert_equal false, repos.exists?(:is_default => true)
|
||||
|
||||
repository = repos.first
|
||||
repository = repos.sort.first # rubocop:disable Style/RedundantSort
|
||||
@request.session[:user_id] = 2
|
||||
|
||||
get(:show, :params => {:id => 1})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user