diff --git a/maxscale-system-test/cdc_datatypes/cdc_result.cpp b/maxscale-system-test/cdc_datatypes/cdc_result.cpp index 159fe5c7f..da686112b 100644 --- a/maxscale-system-test/cdc_datatypes/cdc_result.cpp +++ b/maxscale-system-test/cdc_datatypes/cdc_result.cpp @@ -21,7 +21,7 @@ TestInput::TestInput(const std::string& value, const std::string& type, const st TestOutput::TestOutput(const std::string& input, const std::string& name) { json_error_t err; - json_t *js = json_loads(input.c_str(), 0, &err); + json_t *js = json_loads(input.c_str(), JSON_ALLOW_NUL, &err); if (js) {