Commit 7c7a96d1 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '11315-jest-failure-on-master' into 'master'

Fixes a CI failure

Closes #11315

See merge request gitlab-org/gitlab-ee!11586
parents 174ee44b 36456d6e
---
title: Fixes a CI failure in jest
merge_request: 11586
author:
type: fixed
...@@ -4,7 +4,7 @@ import Api from 'ee/api'; ...@@ -4,7 +4,7 @@ import Api from 'ee/api';
describe('Api', () => { describe('Api', () => {
const dummyApiVersion = 'v3000'; const dummyApiVersion = 'v3000';
const dummyUrlRoot = 'http://host.invalid'; const dummyUrlRoot = '/gitlab';
const dummyGon = { const dummyGon = {
api_version: dummyApiVersion, api_version: dummyApiVersion,
relative_url_root: dummyUrlRoot, relative_url_root: dummyUrlRoot,
......
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