Change ScmIntegrationsApi test to handle new AwsS3Integration

Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Sean Tan
2021-07-27 15:56:43 -07:00
parent 0f96d9c4c9
commit 7d18860698
@@ -26,6 +26,6 @@ describe('scmIntegrationsApiRef', () => {
it('should be instantiated', () => {
const i = ScmIntegrationsApi.fromConfig(new ConfigReader({}));
expect(i.list().length).toBe(4); // The default ones
expect(i.list().length).toBe(5); // The default ones
});
});