Skip to content
Snippets Groups Projects
Unverified Commit d3a75e4e authored by github-automation-metabase's avatar github-automation-metabase Committed by GitHub
Browse files

pin webhook tester to v1 (#51007) (#51009)

parent 20c3e508
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ runs:
if ${{ inputs.webhook }}; then
echo -e "${Y}Starting webhook test container..." &&
docker run -d -p 9080:8080/tcp tarampampam/webhook-tester serve --create-session 00000000-0000-0000-0000-000000000000 &&
docker run -d -p 9080:8080/tcp tarampampam/webhook-tester:1.1.0 serve --create-session 00000000-0000-0000-0000-000000000000 &&
while ! nc -z localhost 9080; do sleep 1; done &&
echo -e "${G}Webhook tester is up and running!"
fi
......
......@@ -1117,7 +1117,7 @@ describe("scenarios > admin > settings > map settings", () => {
});
// Ensure the webhook tester docker container is running
// docker run -p 9080:8080/tcp tarampampam/webhook-tester serve --create-session 00000000-0000-0000-0000-000000000000
// docker run -p 9080:8080/tcp tarampampam/webhook-tester:1.1.0 serve --create-session 00000000-0000-0000-0000-000000000000
describe("notifications", { tags: "@external" }, () => {
beforeEach(() => {
H.restore();
......
......@@ -421,7 +421,7 @@ describe("scenarios > question > saved", () => {
//http://127.0.0.1:9080/api/session/00000000-0000-0000-0000-000000000000/requests
// Ensure the webhook tester docker container is running
// docker run -p 9080:8080/tcp tarampampam/webhook-tester serve --create-session 00000000-0000-0000-0000-000000000000
// docker run -p 9080:8080/tcp tarampampam/webhook-tester:1.1.0 serve --create-session 00000000-0000-0000-0000-000000000000
describe(
"scenarios > question > saved > alerts",
{ tags: ["@external"] },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment