Skip to content

Commit

Permalink
Update client/verta/tests/unit_tests/pipeline/test_registered_pipelin…
Browse files Browse the repository at this point in the history
…e.py

Co-authored-by: Liu <[email protected]>
  • Loading branch information
ewagner-verta and liuverta authored Aug 22, 2023
1 parent b16ec5f commit 1a1f826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_from_pipeline_definition(
"""
Test that a RegisteredPipeline object can be constructed from a pipeline
definition. The model version's `_get_artifact` function is mocked to
return a simple, consistent pipeline definition. Calls relates to the
return a simple, consistent pipeline definition. Calls related to the
fetching of the artifact are mocked.
"""
mocked_responses.get(
Expand Down

2 comments on commit 1a1f826

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: VRD-894_pipelines_CRUD-2023-08-22T09-58-26--1a1f826

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.14
Total coverage (server): 61.32

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.