Skip to content

Commit 85a2b7d

Browse files
authored
fix: test (#543)
* fix: dashboard * fix: adding missing to_json function in TenantConfig * fix: version and changelog * fix: login methods and user put * fix: test
1 parent e2d5e63 commit 85a2b7d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.circleci/config_continue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
parameters:
1919
cdi-version:
2020
type: string
21-
parallelism: 4
2221
steps:
2322
- checkout
2423
- run: update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2

tests/test_passwordless.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ async def send_sms(
132132
{
133133
"recipeId": "passwordless",
134134
"tenantIds": ["public"],
135-
"email": None,
136135
"phoneNumber": "+919494949494",
137-
"thirdParty": None,
138136
"verified": True,
139137
}
140138
],

0 commit comments

Comments
 (0)