From 8428d957918fe29bd967a9873ed2ea95890e009e Mon Sep 17 00:00:00 2001 From: Nikita Nek Dudnik Date: Mon, 18 May 2020 19:11:42 +0200 Subject: [PATCH] fix: tests --- packages/app/package.json | 12 +++++++----- plugins/circleci/src/components/Layout/Layout.tsx | 1 - 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index e4304752a8..36e6f12f5f 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -66,10 +66,12 @@ }, "license": "Apache-2.0", "proxy": { - "/circleci/api": { - "target": "https://circleci.com/api/v1.1", - "changeOrigin": true, - "pathRewrite": {"^/circleci/api/": "/"} + "/circleci/api": { + "target": "https://circleci.com/api/v1.1", + "changeOrigin": true, + "pathRewrite": { + "^/circleci/api/": "/" } } -} + } +} \ No newline at end of file diff --git a/plugins/circleci/src/components/Layout/Layout.tsx b/plugins/circleci/src/components/Layout/Layout.tsx index 6ae97532ce..a614d388f0 100644 --- a/plugins/circleci/src/components/Layout/Layout.tsx +++ b/plugins/circleci/src/components/Layout/Layout.tsx @@ -24,7 +24,6 @@ export const Layout: React.FC = ({ children }) => { pageTitleOverride="Circle CI" title={ - Backstage Logo Circle CI }