From 2f94a5e2fa7daf1edb70b117dfc9db3c987dd49d Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 28 Oct 2021 15:16:17 +0200 Subject: [PATCH] L2SS-452: Use TestDeviceProxy --- devices/integration_test/devices/test_device_sdp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/integration_test/devices/test_device_sdp.py b/devices/integration_test/devices/test_device_sdp.py index 534d3e103..3db8b744f 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) -- GitLab