Skip to content
Snippets Groups Projects
Commit a42d99d3 authored by Chris Pastl's avatar Chris Pastl
Browse files

Fix json data type for empty string

parent 5b0c6354
No related branches found
No related tags found
1 merge request!7Commit the OpenAPI generated tests into "./tests" and make them run successfully #24
......@@ -100,7 +100,7 @@ class TestInternalController(BaseTestCase):
Log health info
"""
body = {
"details": {},
"details": "",
"isHealthy": True,
"logTime": "2014-11-21T17:16:23+01:00",
}
......
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