Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
Signed-off-by: <>
  • Loading branch information
jitu5 committed Apr 25, 2024
1 parent 1d8486c commit aab6d36
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ def test_tags_inheritance(self, identity):
)

modular_pipelines.extract_from_node(task_node)
modular_pipeline = modular_pipelines.get_or_create_modular_pipeline(
"parent"
)
modular_pipeline = modular_pipelines.get_or_create_modular_pipeline("parent")

assert "tag1" in modular_pipeline.tags
assert "tag2" in modular_pipeline.tags
Expand Down

0 comments on commit aab6d36

Please sign in to comment.