Skip to content

Commit

Permalink
Fixed the pipeline name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Mar 19, 2019
1 parent 5065eaf commit 35aa6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test/integration/pipeline_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (s *PipelineApiTest) TestPipelineAPI() {
argumentUploadPipeline, err := s.pipelineUploadClient.UploadFile(
"../resources/arguments.pipeline.zip", &uploadParams.UploadPipelineParams{Name: util.StringPointer("zip-arguments-parameters")})
assert.Nil(t, err)
assert.Equal(t, "arguments.pipeline", argumentUploadPipeline.Name)
assert.Equal(t, "zip-arguments-parameters", argumentUploadPipeline.Name)

if false {
//FIX: pipelineUploadClient.UploadFile does not always return error when pipeline is wrong. In some cases (e.g. missing pipeline file inside archive) it returns (nil, nil).
Expand Down

0 comments on commit 35aa6dd

Please sign in to comment.