diff options
author | 2020-10-06 21:48:12 +0300 | |
---|---|---|
committer | 2020-10-06 21:48:12 +0300 | |
commit | 968f3504f49c5695ef88686c89be1fbe0974484c (patch) | |
tree | 2ede1f915acfcbb811ef99dc3486b5bd43cf390b /pydis_site/apps/content/utils.py | |
parent | Rename last guides test to articles tests (diff) |
Cover fetching article GitHub information with tests
Diffstat (limited to 'pydis_site/apps/content/utils.py')
-rw-r--r-- | pydis_site/apps/content/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/utils.py b/pydis_site/apps/content/utils.py index 0c2a027d..e8f1af70 100644 --- a/pydis_site/apps/content/utils.py +++ b/pydis_site/apps/content/utils.py @@ -113,5 +113,5 @@ def get_github_information( else: return { "last_modified": "N/A", - "contributors": [] + "contributors": {} } |