chore: refactor settings
This commit is contained in:
@@ -35,14 +35,14 @@ class ShopModelsTest(TestCase):
|
||||
|
||||
def test_create_order(self):
|
||||
self.customer = Customer.objects.create(
|
||||
first_name='Luke',
|
||||
last_name='Skywalker',
|
||||
vat_id='11111111H',
|
||||
address='Farm Skywalker',
|
||||
city='Desert',
|
||||
state='Mos-Eisley',
|
||||
zip='00001',
|
||||
country='Tatooine',
|
||||
first_name="Luke",
|
||||
last_name="Skywalker",
|
||||
vat_id="11111111H",
|
||||
address="Farm Skywalker",
|
||||
city="Desert",
|
||||
state="Mos-Eisley",
|
||||
zip="00001",
|
||||
country="Tatooine",
|
||||
)
|
||||
|
||||
l1 = create_order_line_for_product(
|
||||
|
||||
Reference in New Issue
Block a user