From f0ad8e85bfc6496c76708631651f027d5a04ec6c Mon Sep 17 00:00:00 2001 From: Code for IATI bot <57559326+codeforIATIbot@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:12:41 +0000 Subject: [PATCH] Github actions build: 3711 --- _data/2023-10-28.json | 2 +- _posts/2023-10-28-index.md | 2 +- status.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/2023-10-28.json b/_data/2023-10-28.json index 7e02349c..f1c506cf 100644 --- a/_data/2023-10-28.json +++ b/_data/2023-10-28.json @@ -1 +1 @@ -{"created_at": "2023-10-28 12:18:12.717514", "build": null, "status": "healthy", "report": {"datastore_classic": {"desc": "Datastore Classic", "results": {"TestDatastoreClassic.test_healthy": {"desc": "Test API self-reports as healthy", "args": [], "outcome": "passed", "error_msg": ""}}, "status": "healthy"}, "iati_data_dump": {"desc": "IATI Data Dump", "results": {"TestIATIDataDump.test_metadata": {"desc": "Test metadata was created in the last 24 hours", "args": [], "outcome": "passed", "error_msg": ""}}, "status": "healthy"}}} \ No newline at end of file +{"created_at": "2023-10-28 18:12:26.813963", "build": null, "status": "unhealthy", "report": {"datastore_classic": {"desc": "Datastore Classic", "results": {"TestDatastoreClassic.test_healthy": {"desc": "Test API self-reports as healthy", "args": [], "outcome": "failed", "error_msg": "self = \n\n def test_healthy(self):\n \"\"\"\n Test API self-reports as healthy\n \"\"\"\n url = \"https://datastore.codeforiati.org/api/1/about/\"\n resp = requests.get(url)\n assert resp.status_code == 200\n j = resp.json()\n> assert j[\"status\"] == 'healthy'\nE AssertionError: assert 'unhealthy' == 'healthy'\nE - healthy\nE + unhealthy\nE ? ++\n\ntests/test_datastore_classic.py:19: AssertionError"}}, "status": "unhealthy"}, "iati_data_dump": {"desc": "IATI Data Dump", "results": {"TestIATIDataDump.test_metadata": {"desc": "Test metadata was created in the last 24 hours", "args": [], "outcome": "passed", "error_msg": ""}}, "status": "healthy"}}} \ No newline at end of file diff --git a/_posts/2023-10-28-index.md b/_posts/2023-10-28-index.md index 957ddea1..2c4bc5f5 100644 --- a/_posts/2023-10-28-index.md +++ b/_posts/2023-10-28-index.md @@ -1,3 +1,3 @@ --- -title: Healthy +title: Unhealthy --- diff --git a/status.svg b/status.svg index c17c6ace..a24f23db 100644 --- a/status.svg +++ b/status.svg @@ -1 +1 @@ -status: healthystatushealthy \ No newline at end of file +status: unhealthystatusunhealthy \ No newline at end of file