We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6564dd commit 2781b19Copy full SHA for 2781b19
docs/basic/pipeline_testing.md
@@ -92,7 +92,7 @@ Request the next activity from the returned generator and verify that the output
92
set_variable_activity = next(activities)
93
assert set_variable_activity is not None
94
assert "Set JobName" == set_variable_activity.name
95
-assert "Job-123" == activity.type_properties["value"].result
+assert "Job-123" == set_variable_activity.type_properties["value"].result
96
97
get_version_activity = next(activities)
98
assert get_version_activity is not None
0 commit comments