Skip to content

Commit

Permalink
✏️ fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codedawi committed Aug 31, 2020
1 parent 055779e commit e1bc6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e1bc6d4

Please sign in to comment.