price-scraper-ML-integration
dgtlmoon 5 months ago
parent 7c914cd266
commit 2e82b17cac

@ -106,7 +106,10 @@ def test_restock_itemprop_basic(client, live_server):
set_response(price="123.99") set_response(price="123.99")
# because it needs to access itself from within the sockpuppetbrowser
test_url = url_for('test_endpoint', _external=True) test_url = url_for('test_endpoint', _external=True)
test_url = test_url.replace('localhost.localdomain', 'cdio')
test_url = test_url.replace('localhost', 'cdio')
client.post( client.post(
url_for("form_quick_watch_add"), url_for("form_quick_watch_add"),

Loading…
Cancel
Save