Skip to content

Commit

Permalink
Update docs/basic/activity_testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yennifer Santos <46519584+ydaponte@users.noreply.github.com>
  • Loading branch information
arjendev and ydaponte authored Feb 9, 2024
1 parent 60b3652 commit a71f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic/activity_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a71f614

Please sign in to comment.