You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor parameter model construction in deployment service
This commit updates the parameter model construction in the `PipelineDeploymentService` to use keyword arguments for better clarity. Additionally, it modifies the mocking of the `build_params_model_from_snapshot` function in the unit tests to align with the new signature.
No functional changes were made to the application code outside of these improvements.
0 commit comments