From cc5e3382b176c1bdff494207adcb8d1c9e6799eb Mon Sep 17 00:00:00 2001 From: "Chaurasiya, Payal" Date: Wed, 27 Nov 2024 19:34:49 -0800 Subject: [PATCH] Small fix Signed-off-by: Chaurasiya, Payal --- tests/end_to_end/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end_to_end/README.md b/tests/end_to_end/README.md index 28c6124e6e..ae725a170f 100644 --- a/tests/end_to_end/README.md +++ b/tests/end_to_end/README.md @@ -52,7 +52,7 @@ Below parameters are available for modification: For example, to run Task runner with - torch_cnn_mnist model, 3 collaborators, 5 rounds and non-TLS scenario: ```sh -python -m pytest -s tests/end_to_end/test_suites/task_runner_tests.py --num_rounds 5 --num_collaborators 3 --model_name torch_cnn_mnist --use_tls "true" +python -m pytest -s tests/end_to_end/test_suites/task_runner_tests.py --num_rounds 5 --num_collaborators 3 --model_name torch_cnn_mnist --disable_tls ``` ### Output Structure