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 48b755e commit 2ec9f80Copy full SHA for 2ec9f80
tests/integ/sagemaker/workflow/test_workflow.py
@@ -1293,7 +1293,6 @@ def test_caching_behavior(
1293
1294
# verify no changes
1295
definition2 = json.loads(pipeline.definition())
1296
- del definition2["Steps"][1]["Arguments"]["ProfilerRuleConfigurations"]
1297
assert definition == definition2
1298
1299
# add dummy file to source_dir
@@ -1304,7 +1303,6 @@ def test_caching_behavior(
1304
1303
1305
# verify changes
1306
definition3 = json.loads(pipeline.definition())
1307
- del definition3["Steps"][1]["Arguments"]["ProfilerRuleConfigurations"]
1308
assert definition != definition3
1309
1310
finally:
0 commit comments