P5-4036 update poster prices
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user