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 f16306f commit bfa5b5aCopy full SHA for bfa5b5a
tests/unit/customizations/emr/test_add_steps.py
@@ -235,7 +235,7 @@ def test_custom_jar_step_with_all_fields(self):
235
'ActionOnFailure=TERMINATE_CLUSTER,'
236
'LogUri="TestLogUri",'
237
'EncryptionKeyArn="TestEncryptionKeyArn",'
238
- 'Properties=k1=v1\,k2=v2\,k3'
+ 'Properties=k1=v1\\,k2=v2\\,k3'
239
)
240
expected_result = {
241
'JobFlowId': 'j-ABC',
0 commit comments