From c437e5d740ae09ca0b4dec95337e579926a9d00d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 13 Nov 2023 15:15:22 +0100 Subject: [PATCH] fix path --- changedetectionio/run_custom_browser_url_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/run_custom_browser_url_tests.sh b/changedetectionio/run_custom_browser_url_tests.sh index ced47351..1447c72c 100755 --- a/changedetectionio/run_custom_browser_url_tests.sh +++ b/changedetectionio/run_custom_browser_url_tests.sh @@ -5,6 +5,6 @@ set -e # enable debug set -x -docker run --rm -e "PLAYWRIGHT_DRIVER_URL=ws://browserless:3000" --network changedet-network test-changedetectionio bash -c 'cd changedetectionio;pytest custom_browser_url/test_custom_browser_url.py::test_request_via_custom_browser_url' +docker run --rm -e "PLAYWRIGHT_DRIVER_URL=ws://browserless:3000" --network changedet-network test-changedetectionio bash -c 'cd changedetectionio;pytest tests/custom_browser_url/test_custom_browser_url.py::test_request_via_custom_browser_url' docker logs browserless-custom-url