Skip to content

Commit 661de36

Browse files
author
Victoria Hall
committed
fix unittest dir for proxy
1 parent 2419e78 commit 661de36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/templates/jobs/ci-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if [ "$PY_MINOR" -ge 13 ]; then
4545
echo "Running proxy_worker tests (Python >= 3.13)..."
4646
python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail \
47-
--cov=./azure_functions_worker --cov-report xml --cov-branch tests/unittests_proxy
47+
--cov=./proxy_worker --cov-report xml --cov-branch tests/unittest_proxy
4848
else
4949
echo "Running unittests (Python < 3.13)..."
5050
python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail \

0 commit comments

Comments
 (0)