Skip to content

Commit 0f11e4b

Browse files
committed
Add Azurite container to Azure module
- Remove unused constant Signed-off-by: Esta Nagy <[email protected]>
1 parent b971004 commit 0f11e4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/azure/src/main/java/org/testcontainers/azure/AzuriteContainer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
*/
1919
public class AzuriteContainer extends GenericContainer<AzuriteContainer> {
2020

21-
private static final String DEFAULT_HOST = "127.0.0.1";
22-
2321
private static final String ALLOW_ALL_CONNECTIONS = "0.0.0.0";
2422

2523
private static final int DEFAULT_BLOB_PORT = 10000;

0 commit comments

Comments
 (0)