fix tests

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2022-09-30 13:19:50 +02:00
parent 6dc9afcb16
commit c6e3dfee15
@@ -48,10 +48,12 @@ describe('GitHubLocationAnalyzer', () => {
};
const config = new ConfigReader({
integrations: {
github: {
host: 'h.com',
token: 't',
},
github: [
{
host: 'h.com',
token: 't',
},
],
},
});