Private
Public Access
1
0

tested, zero errors

This commit is contained in:
2024-12-31 14:03:40 +01:00
parent 0be47db924
commit 108fafc127
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ description: ""
birthdate=faker.profile()['birthdate'],
gdproptin=True, ftpset=True, surveydone=True,
gdproptindate=timezone.now(),
rowerplan='plan',
rowerplan='pro',
paymentprocessor='braintree',
street_address=faker.street_address(),
city=faker.city(),
@@ -465,7 +465,7 @@ description: ""
url = expected_url
response = self.c.get(url)
response = self.c.get(url, follow=True)
self.assertEqual(response.status_code, 200)
url = reverse('purchase_checkouts_view')

Binary file not shown.