Skip to content

Commit 51ee91a

Browse files
committed
remove test which is inconsistent between localhost and GitHub Actions
1 parent e25a07d commit 51ee91a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

service/src/test/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializerTest.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ void setUp() {
1818
storageConnectorConfiguration = new StorageConnectorConfiguration();
1919
}
2020

21-
@Test
22-
void getS3ClientWhenTrustStoreUrlExists() {
23-
storageConnectorConfiguration.setTrustStoreUrl("s3://localhost");
24-
appInitializer = new AppInitializer(storageConnectorConfiguration);
25-
26-
S3Client s3Client = appInitializer.getS3Client();
27-
28-
assertNotNull(s3Client);
29-
}
30-
3121
@Test
3222
void getNullWhenTrustStoreUrlDoesNotExists() {
3323

0 commit comments

Comments
 (0)