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")