Skip to content

Commit

Permalink
Update event stream component tests, add fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Aug 26, 2024
1 parent 01e4bfc commit cba06f2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions cypress/fixtures/edaEventStreamOptions.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{
"name": "Event Stream Instance",
"description": "",
"renders": [
"application/json",
"text/html"
],
"parses": [
"application/json",
"application/x-www-form-urlencoded",
"multipart/form-data"
],
"renders": ["application/json", "text/html"],
"parses": ["application/json", "application/x-www-form-urlencoded", "multipart/form-data"],
"actions": {
"PATCH": {
"name": {
Expand Down Expand Up @@ -330,4 +323,4 @@
}
}
}
}
}

0 comments on commit cba06f2

Please sign in to comment.