test: Add snapshot tests for imageuploader import/export (#6394)

This commit is contained in:
nerix
2025-08-14 18:07:50 +02:00
committed by GitHub
parent f3b02f370b
commit 8c05f37af3
14 changed files with 341 additions and 1 deletions
@@ -0,0 +1,22 @@
{
"input": {
"deletionLink": "{more}",
"formField": "form",
"headers": "My-Header: Foo",
"link": "foo{bar}baz",
"url": "http://example.com"
},
"output": {
"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"
}
}