test: Add snapshot tests for imageuploader import/export (#6394)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"input": {
|
||||
"deletionLink": "",
|
||||
"formField": "file",
|
||||
"headers": "Authorization: Basic XXXXXXXXXXXXXXX",
|
||||
"link": "",
|
||||
"url": "https://i.yourwebsite.com/upload"
|
||||
},
|
||||
"output": {
|
||||
"Body": "MultipartFormData",
|
||||
"DeletionURL": "",
|
||||
"FileFormName": "file",
|
||||
"Headers": {
|
||||
"Authorization": "Basic XXXXXXXXXXXXXXX"
|
||||
},
|
||||
"Name": "Chatterino Image Uploader Settings",
|
||||
"RequestMethod": "POST",
|
||||
"RequestURL": "https://i.yourwebsite.com/upload",
|
||||
"URL": "",
|
||||
"Version": "1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user