Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YolanFery committed Nov 22, 2024
1 parent c11680c commit 8e04a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def test_push_pipeline(self, mock_upload_pipeline, mock_get_pipeline, mock_graph
mock_pipeline = MagicMock(spec=Pipeline)
mock_pipeline.code = pipeline_name
mock_get_pipeline.return_value = mock_pipeline
mock_upload_pipeline.return_value = {"versionName": version}

result = self.runner.invoke(pipelines_push, [tmp, "--name", version])
self.assertEqual(result.exit_code, 0)
Expand Down

0 comments on commit 8e04a6a

Please sign in to comment.