Add walking skeleton pipeline fixture
This commit is contained in:
17
internal/framework/pipeline/testdata/walking_skeleton_input.json
vendored
Normal file
17
internal/framework/pipeline/testdata/walking_skeleton_input.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "fixture-source",
|
||||
"units": [
|
||||
{
|
||||
"id": "u1",
|
||||
"text": "First event."
|
||||
},
|
||||
{
|
||||
"id": "u2",
|
||||
"text": "Second event."
|
||||
},
|
||||
{
|
||||
"id": "u3",
|
||||
"text": "Third event."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user