summaryrefslogtreecommitdiff
path: root/spec/routing
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-21 18:10:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-21 18:10:24 +0000
commit77d6584e99881088ada2078703e1501c629aea54 (patch)
tree2c4fbeab4746e8f01e33264a80f681dad61fc150 /spec/routing
parentd5098d9fe3a5f05d9b90996851ab753f8b40cf65 (diff)
downloadgitlab-ce-77d6584e99881088ada2078703e1501c629aea54.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/routing')
-rw-r--r--spec/routing/instance_statistics_routing_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/routing/instance_statistics_routing_spec.rb b/spec/routing/instance_statistics_routing_spec.rb
index 7793c5cce71..14d2bbb78a0 100644
--- a/spec/routing/instance_statistics_routing_spec.rb
+++ b/spec/routing/instance_statistics_routing_spec.rb
@@ -6,6 +6,6 @@ RSpec.describe 'Instance Statistics', 'routing' do
include RSpec::Rails::RequestExampleGroup
it "routes '/-/instance_statistics' to dev ops score" do
- expect(get('/-/instance_statistics')).to redirect_to('/-/instance_statistics/dev_ops_score')
+ expect(get('/-/instance_statistics')).to redirect_to('/admin/dev_ops_score')
end
end