diff --git a/src/Plugins/SimplnxCore/test/PipelineTest.cpp b/src/Plugins/SimplnxCore/test/PipelineTest.cpp index 1c4c10e420..21db985a45 100644 --- a/src/Plugins/SimplnxCore/test/PipelineTest.cpp +++ b/src/Plugins/SimplnxCore/test/PipelineTest.cpp @@ -224,7 +224,7 @@ TEST_CASE("PipelineTest:PipelineJson") Arguments filter2Args; filter2Args.insert("param1", 42); filter2Args.insert("param2", std::string("foobarbaz")); - filter2Args.insert("param3", ChoicesParameter::ValueType{}); + filter2Args.insert("param3_index", ChoicesParameter::ValueType{}); pipeline.push_back(k_Test2FilterHandle, filter2Args); nlohmann::json pipelineJson = pipeline.toJson(); diff --git a/wrapping/python/docs/generate_sphinx_docs.cpp b/wrapping/python/docs/generate_sphinx_docs.cpp index f58f54fdee..48102e0c55 100644 --- a/wrapping/python/docs/generate_sphinx_docs.cpp +++ b/wrapping/python/docs/generate_sphinx_docs.cpp @@ -594,8 +594,6 @@ void GenerateMarkdownFilterParameterTable() needTableHeader++; } - - pTableStream << '\n'; // Read the Current Filter's Documentation File