diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-03-03 22:29:07 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-03-03 22:29:07 +0000 |
commit | fcd089a3b4dc5fda587df23b0c42d639b830ceea (patch) | |
tree | e5a7d9d6e9680fe6acb56718354f28bdbb9167d9 | |
parent | ab17d067a1923868f24db4a82f911e796fce37fa (diff) | |
download | redmine-fcd089a3b4dc5fda587df23b0c42d639b830ceea.tar.gz redmine-fcd089a3b4dc5fda587df23b0c42d639b830ceea.zip |
Merged from trunk r22758 to 5.1-stable (#39995).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22760 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/activities_controller_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/activities_controller_test.rb b/test/functional/activities_controller_test.rb index 0d5f44b15..20f0b123d 100644 --- a/test/functional/activities_controller_test.rb +++ b/test/functional/activities_controller_test.rb @@ -70,7 +70,6 @@ class ActivitiesControllerTest < Redmine::ControllerTest assert_response :success assert_select '#sidebar input#with_subprojects', :count => 0 - end def test_project_index_with_invalid_project_id_should_respond_404 |