Broken master spec/lib/gitlab/pages_client_spec.rb and spec/helpers/projects_helper_spec.rb
This was the first failed pipeline on master https://gitlab.com/gitlab-org/gitlab-ee/commit/df349b6698dde5fc3f028c70eaf27334cb2f1dbd/pipelines?ref=master job: https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/67249078
I don't think that's where it caused the problem though.
11) Gitlab::PagesClient.read_or_create_token creates one if none exists
# add omnibus support for generating the secret file https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2466
Failure/Error: expect(described_class.token.bytesize).to eq(64)
expected: 64
got: 15
(compared using ==)
# ./spec/lib/gitlab/pages_client_spec.rb:37:in `block (3 levels) in <top (required)>'
Failures:
1) ProjectsHelper#sanitize_repo_path removes the repo path
Failure/Error: expect(sanitize_repo_path(project, import_error)).to eq('Could not clone [REPOS PATH]/namespace/test.git')
expected: "Could not clone [REPOS PATH]/namespace/test.git"
got: "Could not clone [REPOS PATH]//namespace/test.git"
(compared using ==)
# ./spec/helpers/projects_helper_spec.rb:298:in `block (3 levels) in <top (required)>'