Skip to content

Commit c0e5fd5

Browse files
committed
Use the new object_key_string_contains action instead of simple string equality
1 parent e4988d9 commit c0e5fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packs/tests/actions/chains/test_quickstart_python_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ chain:
3030
on-success: "assert_stderr_field_stderr_test"
3131
-
3232
name: "assert_stderr_field_stderr_test"
33-
ref: "asserts.object_key_string_equals"
33+
ref: "asserts.object_key_string_contains"
3434
params:
3535
object: "{{test_stderr_python_action}}"
3636
key: "stderr"

0 commit comments

Comments
 (0)