Skip to content
Snippets Groups Projects
Commit 41dfef8e authored by Pierre Rousseau's avatar Pierre Rousseau
Browse files

[FIX] snailmail: fix external tests


From now, the color option 2 ('Mixed color & B/W') is not available anymore. So set the option to 1 ('Color').

Task-ID: 2008913

closes odoo/odoo#34052

Signed-off-by: default avatarPierre Rousseau (pro) <pro@odoo.com>
parent 63e19c11
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class TestPingenSend(AccountingTestCase):
self.data = {
'data': json.dumps({
'speed': 1,
'color': 2,
'color': 1,
'duplex': 0,
'send': True,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment