From 3420f74425c8e8247bef4a916bc053f1ed95df07 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 9 Oct 2015 11:00:24 +0300 Subject: Fix diags.run_test --- gsxws/diagnostics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gsxws/diagnostics.py') diff --git a/gsxws/diagnostics.py b/gsxws/diagnostics.py index 79a7975..f1815e7 100644 --- a/gsxws/diagnostics.py +++ b/gsxws/diagnostics.py @@ -65,7 +65,7 @@ class Diagnostics(GsxObject): "diagnosticEventNumbers") return self._req.objects - def run(self): + def run_test(self): """ The Run Diagnostic Test API allows users to run a specific or all the diagnostic tests on a device. -- cgit v1.2.3