diff --git a/contexts/berta-bot/Dockerfile b/contexts/berta-bot/Dockerfile index 7546bc9..a49a6f7 100644 --- a/contexts/berta-bot/Dockerfile +++ b/contexts/berta-bot/Dockerfile @@ -2,7 +2,7 @@ FROM node:16 # This is set to disable caching after this line when there are new commits (./scripts/validate-cache.sh) -ARG COMMIT_HASH=247ed909762006cdb87bff280aa028ce6a0ad1cf +ARG COMMIT_HASH=2bd3a1dd023e59fc4804ecb7de250d96841e49f9 WORKDIR /usr/src/app diff --git a/http/tests/looney-api.http b/http/tests/looney-api.http index a9968da..ddc7664 100644 --- a/http/tests/looney-api.http +++ b/http/tests/looney-api.http @@ -45,9 +45,4 @@ Accept: application/json GET {{host_looney_api}}/repertoire/backup Accept: application/json -### - -GET {{host_looney_api}}/live/qr_code -Accept: application/json - ### \ No newline at end of file diff --git a/http/tests/looney-clients.http b/http/tests/looney-clients.http index f98bf48..0cd0b66 100644 --- a/http/tests/looney-clients.http +++ b/http/tests/looney-clients.http @@ -1,4 +1,4 @@ -GET {{host_looney_tool}}} +GET {{host_looney_tool}} Accept: application/json ###