P5-4036 update poster prices

This commit is contained in:
Martin
2019-08-02 14:54:38 +02:00
parent e7d25ac41e
commit 5f02343fd3
3 changed files with 23 additions and 23 deletions
+4 -4
View File
@@ -159,15 +159,15 @@ class TestEndpoints(flask_testing.TestCase):
{
'hanger': True,
'height': 30,
'price': 337.0,
'price_excl_vat': 269.6,
'price': 419.0,
'price_excl_vat': 335.2,
'width': 50
},
{
'hanger': False,
'height': 30,
'price': 168.0,
'price_excl_vat': 134.4,
'price': 250.0,
'price_excl_vat': 200,
'width': 50
}
]