From a71f6140b60c1346975eb2a44d8e0b07ae2c44a7 Mon Sep 17 00:00:00 2001 From: Arjen Kroezen Date: Fri, 9 Feb 2024 13:49:34 +0100 Subject: [PATCH] Update docs/basic/activity_testing.md Co-authored-by: Yennifer Santos <46519584+ydaponte@users.noreply.github.com> --- docs/basic/activity_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic/activity_testing.md b/docs/basic/activity_testing.md index b0f65199..12b9bd79 100644 --- a/docs/basic/activity_testing.md +++ b/docs/basic/activity_testing.md @@ -57,7 +57,7 @@ Let's write a test for validating correct evaluation of the `url` property. ## Arrange -Get a reference to the activity you want to test using the `get_activity_by_name` method on the `Pipeline` instance. +Get a reference to the activity to be tested using the `get_activity_by_name` method on the `Pipeline` instance. ```python pipeline = test_framework.repository.get_pipeline_by_name("trigger_job_pipeline")