From 5ff1f808adf841bca979cb2fac6bdfa9c449d028 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 15 May 2023 18:10:04 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/ci/pipeline_editor/pipeline_editor_app_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/frontend/ci/pipeline_editor') diff --git a/spec/frontend/ci/pipeline_editor/pipeline_editor_app_spec.js b/spec/frontend/ci/pipeline_editor/pipeline_editor_app_spec.js index 8bac46a3e9c..cc4a022c2df 100644 --- a/spec/frontend/ci/pipeline_editor/pipeline_editor_app_spec.js +++ b/spec/frontend/ci/pipeline_editor/pipeline_editor_app_spec.js @@ -6,7 +6,7 @@ import setWindowLocation from 'helpers/set_window_location_helper'; import waitForPromises from 'helpers/wait_for_promises'; import { HTTP_STATUS_INTERNAL_SERVER_ERROR } from '~/lib/utils/http_status'; -import { objectToQuery, redirectTo } from '~/lib/utils/url_utility'; +import { objectToQuery, redirectTo } from '~/lib/utils/url_utility'; // eslint-disable-line import/no-deprecated import { resolvers } from '~/ci/pipeline_editor/graphql/resolvers'; import PipelineEditorTabs from '~/ci/pipeline_editor/components/pipeline_editor_tabs.vue'; import PipelineEditorEmptyState from '~/ci/pipeline_editor/components/ui/pipeline_editor_empty_state.vue'; @@ -434,7 +434,7 @@ describe('Pipeline editor app component', () => { 'merge_request[target_branch]': mockDefaultBranch, }); - expect(redirectTo).toHaveBeenCalledWith(`${mockNewMergeRequestPath}?${branchesQuery}`); + expect(redirectTo).toHaveBeenCalledWith(`${mockNewMergeRequestPath}?${branchesQuery}`); // eslint-disable-line import/no-deprecated }); }); -- cgit v1.2.3