Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Dec 13, 2024
1 parent f749bae commit f0843f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/SearchBlock/BlockContainer/NewBlockAddButton.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ describe('NewBlockAddButton', () => {
beforeEach(() => {
jest.clearAllMocks();
store = mockStore({
userSession: { token: '1234' },
userSession: {
token:
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTY0NDM4MzA0NCwiZnVsbG5hbWUiOm51bGx9.cB_q3Q0Jhu8h2m_SDmmknodpDxDLfb4o-qY6Y2plE04',
},
intl: {
locale: 'en',
formatMessage: () => 'Select layout',
Expand Down

0 comments on commit f0843f0

Please sign in to comment.