We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d5e63 commit 85a2b7dCopy full SHA for 85a2b7d
.circleci/config_continue.yml
@@ -18,7 +18,6 @@ jobs:
18
parameters:
19
cdi-version:
20
type: string
21
- parallelism: 4
22
steps:
23
- checkout
24
- run: update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
tests/test_passwordless.py
@@ -132,9 +132,7 @@ async def send_sms(
132
{
133
"recipeId": "passwordless",
134
"tenantIds": ["public"],
135
- "email": None,
136
"phoneNumber": "+919494949494",
137
- "thirdParty": None,
138
"verified": True,
139
}
140
],
0 commit comments