Change the config changes on the test too

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Karan Shah
2022-02-08 13:39:30 +00:00
parent 49619acc93
commit 48bf5cedc5
@@ -33,10 +33,8 @@ describe('createRouter', () => {
jest.resetAllMocks();
const config = new ConfigReader({
integrations: {
airbrake: {
apiKey: 'fakeApiKey',
},
airbrake: {
apiKey: 'fakeApiKey',
},
});
airbrakeConfig = extractAirbrakeConfig(config);