From 13236b0bc722f03bffc9930c367f5805718adeb2 Mon Sep 17 00:00:00 2001 From: RizaFarheen Date: Mon, 1 Apr 2024 13:06:41 +0400 Subject: [PATCH] Update conductor_apps.md --- conductor_apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor_apps.md b/conductor_apps.md index f78416c2..3298743b 100644 --- a/conductor_apps.md +++ b/conductor_apps.md @@ -25,7 +25,7 @@ pip3 install conductor-python ## Testing Workflows -Conductor SDK for Java provides a complete feature testing framework for your workflow-based applications. The framework works well with any testing framework you prefer without imposing any specific framework. +Conductor SDK for Python provides a complete feature testing framework for your workflow-based applications. The framework works well with any testing framework you prefer without imposing any specific framework. The Conductor server provides a test endpoint `POST /api/workflow/test` that allows you to post a workflow along with the test execution data to evaluate the workflow.