Skip to content

Commit

Permalink
fix: set custom primary colors settings in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Nov 22, 2024
1 parent 44c2f7d commit efebafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/AppProvider.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
}),
}));

Expand Down

0 comments on commit efebafb

Please sign in to comment.