Clean up pipeline test naming

This commit is contained in:
2026-07-03 15:51:24 +00:00
parent d7881d7936
commit 25fbd791c8
2 changed files with 44 additions and 44 deletions

View File

@@ -129,8 +129,8 @@ func TestRunManifestIncludesPipelineAndArtifactLaneFields(t *testing.T) {
PipelineDigest: "sha256:abc123",
ArtifactLanes: []ArtifactLaneManifest{
{
ID: "spells",
Extractor: "spell-extractor",
ID: "events",
Extractor: "event-extractor",
Merger: "appendorder",
Normalizer: "noop",
Validators: []string{"grounded"},