diff --git a/py-json/dataplane_test_profile.py b/py-json/dataplane_test_profile.py index 77004472..0ec6f35a 100644 --- a/py-json/dataplane_test_profile.py +++ b/py-json/dataplane_test_profile.py @@ -39,7 +39,7 @@ class DataPlaneTest(ChamberViewBase): def main(): - obj = DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True) + DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True) if __name__ == '__main__':