Skip to content

Commit

Permalink
Update as per review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Nov 8, 2023
1 parent 12ebd6e commit b8d2353
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions step-3-local-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b8d2353

Please sign in to comment.