mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
test: check application/octet-stream MIME Type absence on /app/list endpoint
This commit is contained in:
@@ -1855,3 +1855,10 @@ Feature: check file info with different wopi apps
|
||||
| Collabora |
|
||||
| FakeOffice |
|
||||
| OnlyOffice |
|
||||
|
||||
@issue-10086
|
||||
Scenario: check that '/app/list' doesn't contain 'application/octet-stream' MIME type
|
||||
When user "Alice" sends HTTP method "GET" to URL "/app/list"
|
||||
Then the HTTP status code should be "200"
|
||||
And the response should not contain the following MIME types:
|
||||
| application/octet-stream |
|
||||
|
||||
Reference in New Issue
Block a user