From e1bc6d47bd091b9d920a5112836cdb4eb2dc70b6 Mon Sep 17 00:00:00 2001 From: codedawi Date: Sun, 30 Aug 2020 20:47:07 -0400 Subject: [PATCH] :pencil2: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9a678..871bbe6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ def test_article_v1_endpoint(test_client): response for a article is correctly formatted. """ - response = test_client.get("/api/v1/article/1) + response = test_client.get("/api/v1/article/1") assert schema(article_v1) == response