From dfe3bee79391e792213e66680139f578f4e47835 Mon Sep 17 00:00:00 2001 From: hamsh Date: Sat, 10 Jul 2021 22:48:08 +0430 Subject: [PATCH] Update test_articles.py --- tests/test_articles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_articles.py b/tests/test_articles.py index 50d0f68..3e74328 100644 --- a/tests/test_articles.py +++ b/tests/test_articles.py @@ -55,7 +55,7 @@ def test_favorite_an_article(self, testapp, user): ) assert resp.json['article']['favorited'] - def test_get_articles_by_favoriter(self, testapp, user): + def test_get_articles_by_author(self, testapp, user): user = user.get() resp = testapp.post_json(url_for('user.login_user'), {'user': { 'email': user.email,