Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 2, 2024
1 parent 9e914f0 commit 9fff04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/auto-type-merging/auto-type-merging.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ beforeAll(async () => {
name: 'petstore',
image: 'swaggerapi/petstore3:1.0.7',
containerPort: 8080,
healthcheck: ['CMD-SHELL', 'wget --spider http://0.0.0.0:8080'],
healthcheck: ['CMD-SHELL', 'wget --spider http://localhost:8080'],
});
});

Expand Down
2 changes: 1 addition & 1 deletion e2e/neo4j-example/neo4j-example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ beforeAll(async () => {
container: '/backups/movies.cypher',
},
],
healthcheck: ['CMD-SHELL', 'wget --spider http://0.0.0.0:7474'],
healthcheck: ['CMD-SHELL', 'wget --spider http://localhost:7474'],
});

const [, waitForLoad] = await spawn([
Expand Down

0 comments on commit 9fff04f

Please sign in to comment.