test: Add snapshot tests for imageuploader import/export (#6394)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"input": {
|
||||
"Body": "MultipartFormData",
|
||||
"DeletionURL": "https://s-ul.eu/delete.php?file={filename}&key=XXXXXXXXXXXXXXX",
|
||||
"FileFormName": "file",
|
||||
"Name": "Chatterino Image Uploader Settings",
|
||||
"RequestMethod": "POST",
|
||||
"RequestURL": "https://s-ul.eu/api/v1/upload?wizard=true&key=XXXXXXXXXXXXXXX",
|
||||
"URL": "{url}",
|
||||
"Version": "1.0.0"
|
||||
},
|
||||
"output": {
|
||||
"deletionLink": "https://s-ul.eu/delete.php?file={filename}&key=XXXXXXXXXXXXXXX",
|
||||
"formField": "file",
|
||||
"headers": "",
|
||||
"link": "{url}",
|
||||
"url": "https://s-ul.eu/api/v1/upload?wizard=true&key=XXXXXXXXXXXXXXX"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user