Skip to content

Commit

Permalink
Fix path to compose-test
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Feb 10, 2024
1 parent 4c945b8 commit 73eb201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trait BaseSuite extends AsyncScalaTestSuite with TestContainerForAll {

override val containerDef: DockerComposeContainer.Def =
DockerComposeContainer.Def(
new File("./compose-test.yml"),
new File("../compose-test.yml"),
exposedServices = Seq(
ExposedService("mockingbird", 9000, 1),
ExposedService("mockingbird", 8228, 1, Wait.forLogMessage(".*\"App started\".*", 1)),
Expand Down

0 comments on commit 73eb201

Please sign in to comment.