Skip to content
Snippets Groups Projects
Commit 982c9b38 authored by Ismail Moumni's avatar Ismail Moumni
Browse files

modif

parent 1f2b01e8
No related branches found
No related tags found
1 merge request!5Adding json functions
Pipeline #714 failed with stage
in 13 seconds
...@@ -17,7 +17,7 @@ data_load = json.loads((data_test1)) ...@@ -17,7 +17,7 @@ data_load = json.loads((data_test1))
data_load2 = json.loads(data_test2) data_load2 = json.loads(data_test2)
def test_query_valid(data: dict): def test_query_valid():
var = serv.query_valid(data_load) var = serv.query_valid(data_load)
assert ((var) is True) assert ((var) is True)
......
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