test: Add snapshot tests for imageuploader import/export (#6394)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"input": {
|
||||
"Body": "MultipartFormData",
|
||||
"DeletionURL": "{more}",
|
||||
"FileFormName": "form",
|
||||
"Headers": {
|
||||
"My-Header": "Foo"
|
||||
},
|
||||
"Name": "Chatterino Image Uploader Settings",
|
||||
"RequestMethod": "POST",
|
||||
"RequestURL": "http://example.com",
|
||||
"URL": "foo{bar}baz",
|
||||
"Version": "1.0.0"
|
||||
},
|
||||
"output": {
|
||||
"deletionLink": "{more}",
|
||||
"formField": "form",
|
||||
"headers": "My-Header: Foo",
|
||||
"link": "foo{bar}baz",
|
||||
"url": "http://example.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user