fix/simplify testFileMimeTypeDetection

Created on 21 November 2024, 9 months ago

Problem/Motivation

testFileMimeTypeDetection is currently failing due to upstream changing the mapping of file types.

The test is likely doing more validation then it should.

We could look at the container definitions, however since they are lazy and decorated we end up with mupltille layers that are not exactly equal until reaching the inner service, which continues the issue of needing to look at inner works.

Steps to reproduce

Proposed resolution

Only test the results from s3fs match the core service as proof that the service exists and executes.
Create a followup issue with core to deal with the underlying fact that that streamWrappers may need the mime type guesser service and that we should avoid the circular dependency issue.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States cmlara

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024