From e9b70c0648904607a552d487dee80e11e13a62a7 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 30 Dec 2020 00:32:12 -0600 Subject: [PATCH] Admin: fix soapbox reducer test --- app/soapbox/reducers/__tests__/soapbox-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/reducers/__tests__/soapbox-test.js b/app/soapbox/reducers/__tests__/soapbox-test.js index 25106faac..ff06e7c69 100644 --- a/app/soapbox/reducers/__tests__/soapbox-test.js +++ b/app/soapbox/reducers/__tests__/soapbox-test.js @@ -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',