Skip to content

Commit

Permalink
fix(integration): remove stale comment (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyron-sf committed Apr 2, 2024
1 parent 5885829 commit 823dd03
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ static void setupOnce() throws Exception {

DockerImageName dockerImageName = DockerImageName.parse(fullDockerImageName);

// Include the file system bind for /tmp since echo uses spring cloud config
// which writes to it.
echoContainer =
new GenericContainer(dockerImageName)
.withNetwork(network)
Expand Down

0 comments on commit 823dd03

Please sign in to comment.