This commit is contained in:
Dingedi 2022-04-03 12:24:39 +02:00 committed by GitHub
parent 8c7badff47
commit 2bbf17b835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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