Skip to content

Commit

Permalink
fix testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
kozjan committed Sep 16, 2024
1 parent a500f91 commit 50a28ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allprojects {
ecwid_consul : '1.4.1',
toxiproxy : '2.1.3',
consul_recipes : '0.9.1',
bytebuddy : '1.15.1',
bytebuddy : '1.15.1',
re2j : '1.3',
xxhash : '0.10.1',
dropwizard : '4.2.26'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ConsulContainer(

override fun configure() {
super.configure()
portBindings.add("$externalPort:$internalPort")
portBindings = listOf("$externalPort:$internalPort")
awaitConsulReady()
}

Expand Down

0 comments on commit 50a28ba

Please sign in to comment.