test: check application/octet-stream MIME Type absence on /app/list endpoint

This commit is contained in:
pradip
2024-10-17 17:08:03 +05:45
committed by Niraj Acharya
parent 9ac104f32a
commit 1e412ba4b7
2 changed files with 38 additions and 0 deletions

View File

@@ -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 |