fix getting id from this 33/86933/1
authorDR695H <dr695h@att.com>
Fri, 3 May 2019 20:49:19 +0000 (16:49 -0400)
committerDR695H <dr695h@att.com>
Fri, 3 May 2019 20:49:34 +0000 (16:49 -0400)
fixing the id to not duplicate the response section

Change-Id: I0a1567e58d8347dbc893fb25ba79cd5304eed7e2
Issue-ID: TEST-145
Signed-off-by: DR695H <dr695h@att.com>
robot/resources/oof_interface.robot

index 49bc292..987c27f 100644 (file)
@@ -49,7 +49,7 @@ RUN OOF-Homing SendPlanWithWrongVersion
     Log               *********************
     Log               response = ${resp}
     Log               body = ${resp.text}
-    ${generatedPlanId}=    Convert To String      ${${resp.json()['id']}['id']}
+    ${generatedPlanId}=    Convert To String      ${resp.json()['id']}
     Set Global Variable     ${generatedPlanId}
     Log              generatedPlanId = ${generatedPlanId}
     Should Be Equal As Integers    ${resp.status_code}    201