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 29e900b commit cc7a2deCopy full SHA for cc7a2de
modules/azure/src/test/java/org/testcontainers/azure/AzureEventHubsContainerTest.java
@@ -24,12 +24,14 @@ public class AzureEventHubsContainerTest {
24
@Rule
25
// network {
26
public Network network = Network.newNetwork();
27
+
28
// }
29
30
31
// azuriteContainer {
32
public AzuriteContainer azuriteContainer = new AzuriteContainer("mcr.microsoft.com/azure-storage/azurite:3.33.0")
33
.withNetwork(network);
34
35
36
37
@@ -41,6 +43,7 @@ public class AzureEventHubsContainerTest {
41
43
.withNetwork(network)
42
44
.withConfig(MountableFile.forClasspathResource("/eventhubs_config.json"))
45
.withAzuriteContainer(azuriteContainer);
46
47
48
49
@Test
0 commit comments