Skip to content

Commit

Permalink
add json string test case
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Feb 19, 2024
1 parent 35edc04 commit 75e7236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/manual/pipeline/mixed_pipeline.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{"name": "device01"}{"name": "device02"}
{"name": "device03"}
device04
"device05"
{
"name": "device05"
"name": "device06"
}
1 change: 1 addition & 0 deletions tests/manual/pipeline/piping_pretty_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ tests:
{"body":{"c8y_IsDevice":{},"name":"device03"}}
{"body":{"c8y_IsDevice":{},"name":"device04"}}
{"body":{"c8y_IsDevice":{},"name":"device05"}}
{"body":{"c8y_IsDevice":{},"name":"device06"}}

0 comments on commit 75e7236

Please sign in to comment.