diff --git a/devices/integration_test/devices/test_device_sdp.py b/devices/integration_test/devices/test_device_sdp.py
index 534d3e1039aa666b48f1c6df467c9356d0c2c702..3db8b744ffc6679cfd9389640a9d27e18c3d2ca1 100644
--- a/devices/integration_test/devices/test_device_sdp.py
+++ b/devices/integration_test/devices/test_device_sdp.py
@@ -39,7 +39,7 @@ class TestDeviceSDP(base.IntegrationTestCase):
     def test_device_sdp_ping(self):
         """Test if we can successfully ping the device server"""
 
-        d = DeviceProxy("LTS/SDP/1")
+        d = TestDeviceProxy("LTS/SDP/1")
 
         self.assertGreater(d.ping(), 0)