aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gsxws/diagnostics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/diagnostics.py b/gsxws/diagnostics.py
index d2a9696..f9f9d7d 100644
--- a/gsxws/diagnostics.py
+++ b/gsxws/diagnostics.py
@@ -16,7 +16,7 @@ class Diagnostics(GsxObject):
>>> Diagnostics(diagnosticEventNumber='12942008007242012052919').fetch()
"""
if hasattr(self, "alternateDeviceId"):
- self._submit("lookupRequestData", "FetchIOSDiagnostic", "diagnosticTestData")
+ self._submit("lookupRequestData", "FetchIOSDiagnostic", "lookupResponseData")
else:
self._submit("lookupRequestData", "FetchRepairDiagnostic", "FetchRepairDiagnosticResponse")