Fixing test setup

This commit is contained in:
dgtlmoon
2024-06-12 14:44:45 +02:00
parent ded4495801
commit cf43852645
@@ -39,10 +39,15 @@ def set_original_response(props_markup='', price="121.95"):
def test_restock_itemprop_basic(client, live_server):
def test_setup(client, live_server):
live_server_setup(live_server)
def test_restock_itemprop_basic(client, live_server):
#live_server_setup(live_server)
test_url = url_for('test_endpoint', _external=True)
for p in instock_props:
@@ -75,7 +80,7 @@ def test_restock_itemprop_basic(client, live_server):
assert b'Deleted' in res.data
def test_itemprop_price_change(client, live_server):
live_server_setup(live_server)
# live_server_setup(live_server)
test_url = url_for('test_endpoint', _external=True)