Skip to content

Commit

Permalink
Github actions build: 3711
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforIATIbot committed Oct 28, 2023
1 parent 9e6d0e4 commit f0ad8e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/2023-10-28.json
Original file line number Diff line number Diff line change
@@ -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"}}}
{"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 = <test_datastore_classic.TestDatastoreClassic object at 0x7faf016f0e50>\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"}}}
2 changes: 1 addition & 1 deletion _posts/2023-10-28-index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
title: Healthy
title: Unhealthy
---
2 changes: 1 addition & 1 deletion status.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0ad8e8

Please sign in to comment.