Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw committed Aug 19, 2024
1 parent ee92317 commit e9b4130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metaflow/plugins/aip/tests/flows/flow_triggering_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def start(self):
path,
extra_args=[
"--tag",
f"{self.triggered_by_tag}:{current.run_id}" "--tag",
f"{self.triggered_by_tag}:{current.run_id}",
"--tag",
f"{self.index}:{template_index}",
],
)
Expand Down

0 comments on commit e9b4130

Please sign in to comment.