From 33aeb3516aa11a83b41ed9dd7e626f6ed95cc39b Mon Sep 17 00:00:00 2001 From: "G.Hemanth Sai" <73033596+HemanthSai7@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:21:33 +0530 Subject: [PATCH] Fix json encoder issues and nested queries --- tests/login_utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/login_utils.py b/tests/login_utils.py index 5b8dd39..175db08 100644 --- a/tests/login_utils.py +++ b/tests/login_utils.py @@ -1,11 +1,11 @@ import json import requests -from dotenv import load_dotenv -load_dotenv() +# from dotenv import load_dotenv +# load_dotenv() -# BASE_URL = "https://ubaformapi-git-prod-fastapis-build.vercel.app" # for GitHub actions -BASE_URL = "http://127.0.0.1:8000" # for testing locally +BASE_URL = "https://ubaformapi-git-prod-fastapis-build.vercel.app" # for GitHub actions +# BASE_URL = "http://127.0.0.1:8000" # for testing locally # BASE_URL = "https://ubaformapi-git-fastapi01000andpydanticv2c-80d502-fastapis-build.vercel.app"