diff --git a/webapp/channels/src/components/admin_console/__snapshots__/database_settings.test.jsx.snap b/webapp/channels/src/components/admin_console/__snapshots__/database_settings.test.tsx.snap similarity index 98% rename from webapp/channels/src/components/admin_console/__snapshots__/database_settings.test.jsx.snap rename to webapp/channels/src/components/admin_console/__snapshots__/database_settings.test.tsx.snap index 737332b77f..6c45e21628 100644 --- a/webapp/channels/src/components/admin_console/__snapshots__/database_settings.test.jsx.snap +++ b/webapp/channels/src/components/admin_console/__snapshots__/database_settings.test.tsx.snap @@ -86,6 +86,7 @@ exports[`components/DatabaseSettings should match snapshot 1`] = ` { }, }; test('should match snapshot', () => { - const props = { - ...baseProps, - value: [], - }; const config = { SqlSettings: { MaxIdleConns: 10, @@ -45,10 +41,15 @@ describe('components/DatabaseSettings', () => { MinimumHashtagLength: 10, }, }; + const props = { + ...baseProps, + value: [], + config, + isDisabled: false, + }; const wrapper = shallow( , ); expect(wrapper).toMatchSnapshot();