From 85a2b7d7a97425320dce2cf9c2df542332236984 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Mon, 11 Nov 2024 13:02:59 +0530 Subject: [PATCH] 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 --- .circleci/config_continue.yml | 1 - tests/test_passwordless.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/.circleci/config_continue.yml b/.circleci/config_continue.yml index f152675d..c17d74cb 100644 --- a/.circleci/config_continue.yml +++ b/.circleci/config_continue.yml @@ -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 diff --git a/tests/test_passwordless.py b/tests/test_passwordless.py index db271ab7..7237579f 100644 --- a/tests/test_passwordless.py +++ b/tests/test_passwordless.py @@ -132,9 +132,7 @@ async def send_sms( { "recipeId": "passwordless", "tenantIds": ["public"], - "email": None, "phoneNumber": "+919494949494", - "thirdParty": None, "verified": True, } ],