Skip to content

Commit

Permalink
Update client/verta/tests/unit_tests/pipeline/test_pipeline_step.py
Browse files Browse the repository at this point in the history
Co-authored-by: Liu <[email protected]>
  • Loading branch information
ewagner-verta and liuverta authored Aug 29, 2023
1 parent 33e5511 commit 304bef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

@given(
pipeline_definition=pipeline_definition(),
registered_model_id=st.integers(min_value=1, max_value=2**63),
# max value limit avoids protobuf "Value out of range" error
registered_model_id=st.integers(min_value=1, max_value=2**63),
model_version_name=st.text(min_size=1),
model_name=st.text(min_size=1),
)
Expand Down

1 comment on commit 304bef1

@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-29T18-45-44--304bef1

Please sign in to comment.