Skip to content

Commit a0cf9ae

Browse files
Removed integration test that tests bespoke checkS3works function
1 parent fc190eb commit a0cf9ae

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

services/ehr-repo/src/services/storage/__tests__/s3.integration.test.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ describe('S3Service integration test with localstack', () => {
1919
};
2020

2121
// ===== TESTS START FROM HERE =====
22-
it('can access the default test-bucket in localstack', async () => {
23-
// when
24-
const response = await S3CLIENT.checkS3Health();
25-
26-
// then
27-
expect(response).toEqual({
28-
available: true,
29-
bucketName: 'test-bucket',
30-
type: 's3',
31-
writable: true
32-
});
33-
});
34-
3522
describe('saveObjectWithName', () => {
3623
it('can save an object in the S3 bucket', async () => {
3724
// given

0 commit comments

Comments
 (0)