Skip to content

Commit 597407a

Browse files
committed
UPSTREAM: <carry>: Update LargeFile Remote URL to point to DSP repo
Signed-off-by: Giulio Frasca <[email protected]>
1 parent 237f55f commit 597407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/apiserver/server/pipeline_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestCreatePipelineV1_LargeFile(t *testing.T) {
9595
pipelineServer := PipelineServer{resourceManager: resourceManager, httpClient: httpServer.Client(), options: &PipelineServerOptions{CollectMetrics: false}}
9696
pipeline, err := pipelineServer.CreatePipelineV1(context.Background(), &api.CreatePipelineRequest{
9797
Pipeline: &api.Pipeline{
98-
Url: &api.Url{PipelineUrl: "https://raw.githubusercontent.com/kubeflow/pipelines/master/sdk/python/test_data/pipelines/xgboost_sample_pipeline.yaml"},
98+
Url: &api.Url{PipelineUrl: "https://raw.githubusercontent.com/opendatahub-io/data-science-pipelines/master/sdk/python/test_data/pipelines/xgboost_sample_pipeline.yaml"},
9999
Name: "xgboost-url",
100100
Description: "pipeline description",
101101
},

0 commit comments

Comments
 (0)