File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ def test_create_session_force_mjsonwp_false
66
66
response = { value : RESPONSE_BASE_VALUE } . to_json
67
67
68
68
stub_request ( :post , 'http://127.0.0.1:4723/wd/hub/session' )
69
- . with ( body : { desiredCapabilities : CAPS ,
70
- capabilities : { alwaysMatch : APPIUM_PREFIX_CAPS , firstMatch : [ { } ] } } . to_json )
71
- . to_return ( headers : Mock ::HEADER , status : 200 , body : response )
69
+ . with ( body : { desiredCapabilities : CAPS ,
70
+ capabilities : { alwaysMatch : APPIUM_PREFIX_CAPS , firstMatch : [ { } ] } } . to_json )
71
+ . to_return ( headers : Mock ::HEADER , status : 200 , body : response )
72
72
73
73
stub_request ( :post , "#{ Mock ::SESSION } /timeouts" )
74
- . with ( body : { implicit : 20_000 } . to_json )
75
- . to_return ( headers : Mock ::HEADER , status : 200 , body : { value : nil } . to_json )
74
+ . with ( body : { implicit : 20_000 } . to_json )
75
+ . to_return ( headers : Mock ::HEADER , status : 200 , body : { value : nil } . to_json )
76
76
77
77
driver = ::Appium ::Core . for ( self , { caps : CAPS . merge ( { forceMjsonwp : false } ) , appium_lib : { } } ) . start_driver
78
78
You can’t perform that action at this time.
0 commit comments