Skip to content
Snippets Groups Projects

Add qrcode converter

Merged Axel Prel requested to merge topic/18.0/qrcode into branch/18.0
All threads resolved!
Files
4
+ 3
1
@@ -47,7 +47,9 @@
self.assertEqual("image/png", img["mime-type"])
self.assertRegex(
img["body"], r"[A-Za-z0-9+/=]+$", "The generated base64 body is incorrect"
img["body"],
r"[A-Za-z0-9+/=]+$",
"The generated base64 body is incorrect",
)
def test_qr_code_data_url(self):
Loading