Skip to content

Commit

Permalink
[OPT-1100] keep text-plain as allowed Abacus mime-type to allow false…
Browse files Browse the repository at this point in the history
… positives.
  • Loading branch information
dfernandezvigo committed May 15, 2024
1 parent 720027b commit 8f9ba84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slp_base/slp_base/provider_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class DiagramType(str, Provider):
DRAWIO = ("DRAWIO", "Drawio", RepresentationType.DIAGRAM,
[application_octet_stream, application_xml, text_xml, text_plain])
ABACUS = ("ABACUS", "Abacus", RepresentationType.DIAGRAM,
[application_octet_stream, application_json])
[application_octet_stream, application_json, text_plain])


class EtmType(str, Provider):
Expand Down

0 comments on commit 8f9ba84

Please sign in to comment.