+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 4be8bc55357f68a51c2d0aeabe9b87820625aff8 client/lib/paths/login/test/index.js
Updated 0 paths from e20800e18
+ git apply --verbose --reject -
Checking patch client/lib/paths/login/test/index.js...
Applied patch client/lib/paths/login/test/index.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/lib/paths/login/test/index.js
FAIL client/lib/paths/login/test/index.js
  index
    #login()
      ✓ should return the legacy login url (1ms)
      ✓ should return the legacy login url with encoded redirect url param (1ms)
      ✓ should return the login url (3ms)
      ✓ should return the login url when the two factor auth page is supplied (1ms)
      ✓ should return the login url with encoded redirect url param
      ✓ should return the login url with encoded email_address param (1ms)
      ✕ should return the login url with encoded OAuth2 client ID param (2ms)

  ● index › #login() › should return the login url with encoded OAuth2 client ID param

    AssertionError: expected '/log-in' to equal '/log-in?client_id=12345'

      68 | 			const url = login( { isNative: true, oauth2ClientId: 12345 } );
      69 |
    > 70 | 			expect( url ).to.equal( '/log-in?client_id=12345' );
      71 | 		} );
      72 | 	} );
      73 | } );
      
      at Object.<anonymous> (client/lib/paths/login/test/index.js:70:21)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 6 passed, 7 total
Snapshots:   0 total
Time:        1.585s
Ran all test suites matching /client\/lib\/paths\/login\/test\/index.js/i.
+ : '>>>>> End Test Output'
+ git checkout 4be8bc55357f68a51c2d0aeabe9b87820625aff8 client/lib/paths/login/test/index.js
Updated 1 path from e20800e18
