File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,8 @@ def test_gsm_call
339
339
340
340
def test_gsm_signal
341
341
stub_request ( :post , "#{ SESSION } /appium/device/gsm_signal" )
342
- . with ( body : { signalStrength : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] , signalStrengh : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] } . to_json )
342
+ . with ( body : { signalStrength : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] ,
343
+ signalStrengh : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] } . to_json )
343
344
. to_return ( headers : HEADER , status : 200 , body : { value : '' } . to_json )
344
345
345
346
@driver . gsm_signal :good
Original file line number Diff line number Diff line change @@ -340,7 +340,8 @@ def test_gsm_call
340
340
341
341
def test_gsm_signal
342
342
stub_request ( :post , "#{ SESSION } /appium/device/gsm_signal" )
343
- . with ( body : { signalStrength : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] , signalStrengh : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] } . to_json )
343
+ . with ( body : { signalStrength : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] ,
344
+ signalStrengh : ::Appium ::Core ::Android ::Device ::Emulator ::GSM_SIGNALS [ :good ] } . to_json )
344
345
. to_return ( headers : HEADER , status : 200 , body : { value : '' } . to_json )
345
346
346
347
@driver . gsm_signal :good
You can’t perform that action at this time.
0 commit comments