refactor tests folder

This commit is contained in:
lpm0073 2022-10-06 13:06:51 -05:00
parent 01c697717b
commit c2ffdf5d1b
7 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import json
# Opening JSON file
f = open("get_user_details_extended.json")
f = open("./data/get_user_details_extended.json")
# returns JSON object as
# a dictionary