[feature] Rename internal sources URL parameter to source

This commit is contained in:
Cameron Yick
2019-09-01 20:46:09 -04:00
parent 6025b58110
commit 13579a117b
3 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ class TestNews(TestCase):
"tags": ["Technology", "Bitcoin"],
"startDate": "2016-01-01",
"endDate": "2017-08-31",
"sources": ['washingtonpost.com', 'altcointoday.com'],
"sources": ['cnbc.com', 'altcointoday.com'],
"limit": self.num_articles
}