Skip to content

Commit 2ec9f80

Browse files
author
Marius Moisescu
committed
Updated test_workflow
1 parent 48b755e commit 2ec9f80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integ/sagemaker/workflow/test_workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,6 @@ def test_caching_behavior(
12931293

12941294
# verify no changes
12951295
definition2 = json.loads(pipeline.definition())
1296-
del definition2["Steps"][1]["Arguments"]["ProfilerRuleConfigurations"]
12971296
assert definition == definition2
12981297

12991298
# add dummy file to source_dir
@@ -1304,7 +1303,6 @@ def test_caching_behavior(
13041303

13051304
# verify changes
13061305
definition3 = json.loads(pipeline.definition())
1307-
del definition3["Steps"][1]["Arguments"]["ProfilerRuleConfigurations"]
13081306
assert definition != definition3
13091307

13101308
finally:

0 commit comments

Comments
 (0)