From efebafb4543da12627dd7f399090957ad19990f9 Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Tue, 16 Jan 2024 18:11:01 -0500 Subject: [PATCH] fix: set custom primary colors settings in test case --- src/react/AppProvider.test.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react/AppProvider.test.jsx b/src/react/AppProvider.test.jsx index 8e75cb6c2..442b77aa6 100644 --- a/src/react/AppProvider.test.jsx +++ b/src/react/AppProvider.test.jsx @@ -34,6 +34,7 @@ jest.mock('../config', () => ({ REFRESH_ACCESS_TOKEN_ENDPOINT: 'localhost:18000/oauth2/access_token', ACCESS_TOKEN_COOKIE_NAME: 'access_token', CSRF_TOKEN_API_PATH: 'localhost:18000/csrf', + CUSTOM_PRIMARY_COLORS: {}, }), }));