shop product refactoring
This commit is contained in:
@@ -60,7 +60,7 @@ class TestIntegrationFlows:
|
||||
assert response.status_code == 200
|
||||
assert response.json()["total"] == 1
|
||||
|
||||
def test_shop_product_workflow(self, client, auth_headers):
|
||||
def test_product_workflow(self, client, auth_headers):
|
||||
"""Test shop creation and product management workflow"""
|
||||
# 1. Create a shop
|
||||
shop_data = {
|
||||
|
||||
Reference in New Issue
Block a user