refactor: remove immutable from 'config' state slice (#4960)
This commit is contained in:
committed by
GitHub
parent
133689247b
commit
6623740a8c
@ -175,7 +175,7 @@ describe('gitlab backend', () => {
|
||||
},
|
||||
{
|
||||
backendName: 'gitlab',
|
||||
config: fromJS(config),
|
||||
config,
|
||||
authStore,
|
||||
},
|
||||
);
|
||||
@ -401,7 +401,7 @@ describe('gitlab backend', () => {
|
||||
|
||||
const entry = await backend.getEntry(
|
||||
{
|
||||
config: fromJS({}),
|
||||
config: {},
|
||||
integrations: fromJS([]),
|
||||
entryDraft: fromJS({}),
|
||||
mediaLibrary: fromJS({}),
|
||||
|
Reference in New Issue
Block a user