Skip to content
Snippets Groups Projects
Unverified Commit 2bbf17b8 authored by Dingedi's avatar Dingedi Committed by GitHub
Browse files

fix

parent 8c7badff
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ def test_api_get_languages(client):
def test_api_get_languages_must_fail_bad_request_type(client):
response = client.post("/spec")
response = client.post("/languages")
assert response.status_code == 405
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment