Skip to content

Commit

Permalink
:chore: format code [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloPardoGarcia committed Oct 2, 2024
1 parent 6ee1b19 commit 089eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/glassflow/integration_tests/pipeline_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_update_pipeline_ok(creating_pipeline):
env_vars=[
{"name": "env1", "value": "env1"},
{"name": "env2", "value": "env2"},
]
],
)
assert updated_pipeline.name == "new_name"
assert updated_pipeline.sink_kind == "webhook"
Expand Down

0 comments on commit 089eae8

Please sign in to comment.