Skip to content

Commit 6dbb0eb

Browse files
committed
Polish
1 parent 345b3f3 commit 6dbb0eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public AzureServiceBusContainer withConfig(final Transferable config) {
7373
* @return this
7474
*/
7575
public AzureServiceBusContainer acceptLicense() {
76-
return withEnv("ACCEPT_EULA", "Y");
76+
withEnv("ACCEPT_EULA", "Y");
77+
return this;
7778
}
7879

7980
@Override

0 commit comments

Comments
 (0)