From 289ce60cdc5fe83278ff01f9506db862e6f8e9ac Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 11 Oct 2023 09:11:29 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/fixtures/search.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'spec/frontend/fixtures/search.rb') diff --git a/spec/frontend/fixtures/search.rb b/spec/frontend/fixtures/search.rb index b2da383d657..0036fb353a5 100644 --- a/spec/frontend/fixtures/search.rb +++ b/spec/frontend/fixtures/search.rb @@ -58,9 +58,10 @@ RSpec.describe SearchController, '(JavaScript fixtures)', type: :controller do project_id: project.id, startline: 2) ], - total_count: 4, - limit: 4, - offset: 0) + total_count: 4, + limit: 4, + offset: 0 + ) end before do -- cgit v1.2.3