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,24 @@
{
"input": {
"Body": "MultipartFormData",
"DeletionURL": "{more}",
"FileFormName": "file",
"Headers": {
"Another": "header",
"My-Header": "Foo ; Bar : Baz ; KeyOnly",
"X-My-Header": "1"
},
"Name": "Chatterino Image Uploader Settings",
"RequestMethod": "POST",
"RequestURL": "https://example.com",
"URL": "foo{bar}baz",
"Version": "1.0.0"
},
"output": {
"deletionLink": "{more}",
"formField": "file",
"headers": "Another: header\nMy-Header: Foo ; Bar : Baz ; KeyOnly\nX-My-Header: 1",
"link": "foo{bar}baz",
"url": "https://example.com"
}
}