Skip to content
Snippets Groups Projects
Commit 2f94a5e2 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-452: Use TestDeviceProxy

parent 3af9cbb7
No related branches found
No related tags found
1 merge request!162L2SS-452: DeviceProxy wrapper for integration tests
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment