Change the config changes on the test too
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
@@ -33,10 +33,8 @@ describe('createRouter', () => {
|
||||
jest.resetAllMocks();
|
||||
|
||||
const config = new ConfigReader({
|
||||
integrations: {
|
||||
airbrake: {
|
||||
apiKey: 'fakeApiKey',
|
||||
},
|
||||
airbrake: {
|
||||
apiKey: 'fakeApiKey',
|
||||
},
|
||||
});
|
||||
airbrakeConfig = extractAirbrakeConfig(config);
|
||||
|
||||
Reference in New Issue
Block a user