Skip to content

Commit

Permalink
Fix TestGetArtifactStorageWithPvcConfigMap test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed May 16, 2019
1 parent e8471ce commit 1bb4ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/artifacts/artifact_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ func TestGetArtifactStorageWithPvcConfigMap(t *testing.T) {
PvcSizeKey: "10Gi",
},
},
expectedArtifactStorage: &v1alpha1.ArtifactPVC{},
expectedArtifactStorage: &v1alpha1.ArtifactPVC{
Name: "pipelineruntest",
},
},
} {
t.Run(c.desc, func(t *testing.T) {
Expand Down

0 comments on commit 1bb4ef0

Please sign in to comment.