fix: extracted all web related stuff to a new app
This commit is contained in:
@@ -9,5 +9,5 @@ class TestWebComponents(TestCase, CreateProductsMixin):
|
||||
self.product = self.create_product()
|
||||
|
||||
def test_list_products_component(self):
|
||||
response = self.client.get(reverse("shop:list_products"))
|
||||
response = self.client.get(reverse("web:list_products"))
|
||||
assert response.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user