Skip to content

Commit

Permalink
Fix json encoder issues and nested queries
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthSai7 committed Aug 21, 2023
1 parent 9dc7b63 commit 33aeb35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/login_utils.py
Original file line number Diff line number Diff line change
@@ -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"


Expand Down

0 comments on commit 33aeb35

Please sign in to comment.