This commit is contained in:
15
fixtures/registry/extensions_pdf.json
Normal file
15
fixtures/registry/extensions_pdf.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "extensions_pdf",
|
||||
"category": "registry_operations",
|
||||
"description": "Get file extensions for PDF MIME type",
|
||||
"tags": ["registry", "extensions", "pdf"],
|
||||
"call": "get_extensions_for_mime",
|
||||
"input": {
|
||||
"mime_type": "application/pdf"
|
||||
},
|
||||
"assertions": [
|
||||
{
|
||||
"type": "not_error"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user