mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
[QA] Improve admin hashed-storage settings
This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
@ -30,7 +30,7 @@ describe QA::Page::Validator do
|
||||
let(:view) { spy('view') }
|
||||
|
||||
before do
|
||||
allow(QA::Page::Admin::Settings::Main)
|
||||
allow(QA::Page::Admin::Settings::Repository)
|
||||
.to receive(:views).and_return([view])
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user