File tree Expand file tree Collapse file tree
FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
3- * Contributors: DenBond7
3+ * Contributors: denbond7
44 */
55
66package com.flowcrypt.email.ui.base
@@ -35,7 +35,7 @@ abstract class BaseSignTest : BaseTest() {
3535
3636 protected fun setupAndClickSignInButton (signInAccountJson : String ) {
3737 val intent = Intent ()
38- intent.putExtra(" googleSignInAccount" , GoogleSignInAccount .zab (signInAccountJson))
38+ intent.putExtra(" googleSignInAccount" , GoogleSignInAccount .zaa (signInAccountJson))
3939
4040 val signInIntent = GoogleSignIn .getClient(
4141 getTargetContext(),
@@ -94,7 +94,7 @@ abstract class BaseSignTest : BaseTest() {
9494 // The payload of the JWS is JSON content of the JWT Claims
9595 jws.payload = claims.toJson()
9696
97- jws.setAlgorithmConstraints( AlgorithmConstraints .NO_CONSTRAINTS )
97+ jws.algorithmConstraints = AlgorithmConstraints .NO_CONSTRAINTS
9898
9999 // Set the signature algorithm on the JWT/JWS that will integrity protect the claims
100100 jws.algorithmHeaderValue = AlgorithmIdentifiers .NONE
You can’t perform that action at this time.
0 commit comments