Commit 1bf36d78 authored by Dan Davison's avatar Dan Davison

Merge branch 'dj-update-testcase-link-praefect' into 'master'

Update testcase link for praefect repo sync spec

See merge request gitlab-org/gitlab!77195
parents 68cfd774 e8c1264f
......@@ -60,7 +60,7 @@ module QA
expect(untracked_repositories).not_to include(repo1)
end
it 'allows admin to control the number of replicas of data', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/2434' do
it 'allows admin to control the number of replicas of data', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347566' do
praefect_manager.track_repository_in_praefect(repo1['relative_path'], repo1['storage'], repo1['virtual_storage'])
praefect_manager.set_replication_factor(repo1['relative_path'], repo1['virtual_storage'], 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment