aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/utils.py
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-06 21:48:12 +0300
committerGravatar ks129 <[email protected]>2020-10-06 21:48:12 +0300
commit968f3504f49c5695ef88686c89be1fbe0974484c (patch)
tree2ede1f915acfcbb811ef99dc3486b5bd43cf390b /pydis_site/apps/content/utils.py
parentRename 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.py2
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": {}
}