Skip to content

Commit

Permalink
fix: test (#543)
Browse files Browse the repository at this point in the history
* fix: dashboard

* fix: adding missing to_json function in TenantConfig

* fix: version and changelog

* fix: login methods and user put

* fix: test
  • Loading branch information
sattvikc authored Nov 11, 2024
1 parent e2d5e63 commit 85a2b7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
parameters:
cdi-version:
type: string
parallelism: 4
steps:
- checkout
- run: update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
Expand Down
2 changes: 0 additions & 2 deletions tests/test_passwordless.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ async def send_sms(
{
"recipeId": "passwordless",
"tenantIds": ["public"],
"email": None,
"phoneNumber": "+919494949494",
"thirdParty": None,
"verified": True,
}
],
Expand Down

0 comments on commit 85a2b7d

Please sign in to comment.