Commit 8b2fc61f authored by Pablo Castellano's avatar Pablo Castellano Committed by GitHub

fix(blobscan): update healthcheck endpoint (#513)

parent f0ec4f07
...@@ -130,7 +130,7 @@ def get_api_config( ...@@ -130,7 +130,7 @@ def get_api_config(
ready_conditions=ReadyCondition( ready_conditions=ReadyCondition(
recipe=GetHttpRequestRecipe( recipe=GetHttpRequestRecipe(
port_id="http", port_id="http",
endpoint="/api/healthcheck", endpoint="/healthcheck",
), ),
field="code", field="code",
assertion="==", assertion="==",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment