From e0d97d537c981b0c421036798368b5baabad3d38 Mon Sep 17 00:00:00 2001 From: Benjamin Forehand Jr Date: Mon, 6 Jan 2025 17:31:18 -0600 Subject: [PATCH] fix(tests): Hardcode sdk targeting test path. (#11995) Because - Something changed recently with the rust image we use for the sdk targeting tests that now causes pytest to not detect the test file we need to run This commit - Hard codes the path so that we don't need to rely on resolving it. Fixes #11994 --- experimenter/tests/nimbus_rust_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimenter/tests/nimbus_rust_tests.sh b/experimenter/tests/nimbus_rust_tests.sh index fc6703e12e..0a9926078a 100755 --- a/experimenter/tests/nimbus_rust_tests.sh +++ b/experimenter/tests/nimbus_rust_tests.sh @@ -14,5 +14,5 @@ poetry -C experimenter/tests/integration \ --base-url https://nginx/nimbus/ \ --html=test-reports/report.htm \ --self-contained-html \ - experimenter/tests/integration/nimbus/test_mobile_targeting.py \ + /code/experimenter/tests/integration/nimbus/test_mobile_targeting.py \ -vvv