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 345b3f3 commit 6dbb0ebCopy full SHA for 6dbb0eb
modules/azure/src/main/java/org/testcontainers/azure/AzureServiceBusContainer.java
@@ -73,7 +73,8 @@ public AzureServiceBusContainer withConfig(final Transferable config) {
73
* @return this
74
*/
75
public AzureServiceBusContainer acceptLicense() {
76
- return withEnv("ACCEPT_EULA", "Y");
+ withEnv("ACCEPT_EULA", "Y");
77
+ return this;
78
}
79
80
@Override
0 commit comments