diff --git a/step-3-local-development-environment.md b/step-3-local-development-environment.md index 97e6a39..68feb4a 100644 --- a/step-3-local-development-environment.md +++ b/step-3-local-development-environment.md @@ -310,15 +310,12 @@ Next, update the `ContainersConfig` class to configure the `WireMockContainer` a ```java package com.testcontainers.catalog; -... -... import org.wiremock.integrations.testcontainers.WireMockContainer; @TestConfiguration(proxyBeanMethods = false) public class ContainersConfig { - ... - ... + // [...] @Bean WireMockContainer wiremockServer(DynamicPropertyRegistry registry) {