mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
9 lines
147 B
Python
9 lines
147 B
Python
|
|
|
|
from deploy_chatmail.genqr import gen_qr_png_data
|
|
|
|
|
|
def test_gen_qr_png_data(maildomain):
|
|
data = gen_qr_png_data(maildomain)
|
|
assert data
|