diff --git a/cypress/fixtures/edaEventStreamOptions.json b/cypress/fixtures/edaEventStreamOptions.json index 1037c8b293..7facb06c44 100644 --- a/cypress/fixtures/edaEventStreamOptions.json +++ b/cypress/fixtures/edaEventStreamOptions.json @@ -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": { @@ -330,4 +323,4 @@ } } } -} \ No newline at end of file +}