Remove unsupported S3 artifact reference placeholder
This commit is contained in:
@@ -46,7 +46,7 @@ func TestCompositeReader_Read(t *testing.T) {
|
||||
|
||||
t.Run("unsupported ref type", func(t *testing.T) {
|
||||
ref := domain.ArtifactRef{
|
||||
Type: domain.ArtifactRefS3,
|
||||
Type: domain.ArtifactRefType("s3"),
|
||||
URI: "s3://bucket/key",
|
||||
}
|
||||
_, err := reader.Read(ctx, ref)
|
||||
|
||||
Reference in New Issue
Block a user