We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25a07d commit 51ee91aCopy full SHA for 51ee91a
service/src/test/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializerTest.java
@@ -18,16 +18,6 @@ void setUp() {
18
storageConnectorConfiguration = new StorageConnectorConfiguration();
19
}
20
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
31
@Test
32
void getNullWhenTrustStoreUrlDoesNotExists() {
33
0 commit comments