tests: Change to updated naming conventions
Change-Id: I9351c669282c3c02fd533237489beeb10fe7d15e
Refs: #2497
diff --git a/.jenkins.d/20-tests.sh b/.jenkins.d/20-tests.sh
index a02a94c..b4bf79a 100755
--- a/.jenkins.d/20-tests.sh
+++ b/.jenkins.d/20-tests.sh
@@ -25,7 +25,7 @@
# Run unit tests
# Core
./build/unit-tests-core -l test_suite
-sudo ./build/unit-tests-core -t CorePrivilegeHelper -l test_suite
+sudo ./build/unit-tests-core -t TestPrivilegeHelper -l test_suite
# Daemon
./build/unit-tests-daemon -l test_suite