From b8d23531bd3c9ec6228d4bc14771e97e36e2dfe9 Mon Sep 17 00:00:00 2001 From: K Siva Prasad Reddy Date: Wed, 8 Nov 2023 18:35:47 +0530 Subject: [PATCH] Update as per review suggestions --- step-3-local-development-environment.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) {