Admin: fix soapbox reducer test

This commit is contained in:
Alex Gleason 2020-12-30 00:32:12 -06:00
parent acdc282cfd
commit e9b70c0648
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe('soapbox reducer', () => {
const state = ImmutableMap({ brandColor: '#354e91' });
const action = {
type: ADMIN_CONFIG_UPDATE_SUCCESS,
config: soapboxConfig,
configs: soapboxConfig.configs,
};
expect(reducer(state, action).toJS()).toMatchObject({
brandColor: '#254f92',