Skip to content
Snippets Groups Projects
Commit a6fc939e authored by sandcha's avatar sandcha
Browse files

Init dotations handler's test

parent 7b85a0b7
No related branches found
No related tags found
1 merge request!19Ajoute un endpoint /dotations
from functools import partial
import json
def test_dotations(client, headers):
request = {}
response_function = partial(client.post, "dotations", headers=headers)
response = response_function(data=json.dumps(request))
assert response.status_code == 400
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment