Fix AwsS3UrlReader tests

Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Sean Tan
2021-08-12 08:44:06 -07:00
parent b716f39dc0
commit bb694ee92a
@@ -63,7 +63,7 @@ describe('AwsS3UrlReader', () => {
},
});
expect(entries).toHaveLength(2);
expect(entries).toHaveLength(1);
});
it('creates a reader with default credentials provider', () => {
@@ -78,7 +78,7 @@ describe('AwsS3UrlReader', () => {
},
});
expect(entries).toHaveLength(2);
expect(entries).toHaveLength(1);
});
describe('predicates', () => {