From 7b3802bf303c74f321317742a146c286ff047b00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Mon, 19 Oct 2020 00:20:11 +0200 Subject: [PATCH] 16812: Fixed failed tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- src/store/auth/auth-action.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/auth/auth-action.test.ts b/src/store/auth/auth-action.test.ts index 4e4a85e3..13575d44 100644 --- a/src/store/auth/auth-action.test.ts +++ b/src/store/auth/auth-action.test.ts @@ -63,6 +63,7 @@ describe('auth-actions', () => { .reply(200, { baseUrl: "https://xc59z.arvadosapi.com/arvados/v1", keepWebServiceUrl: "", + keepWebInlineServiceUrl: "", remoteHosts: {}, rootUrl: "https://xc59z.arvadosapi.com", uuidPrefix: "xc59z", -- 2.30.2