Merge pull request #436 from Hestia-Homes/remote-assessment-api

removing load dotenv
This commit is contained in:
KhalimCK 2025-05-15 17:32:23 +01:00 committed by GitHub
commit 7ac40378ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,7 @@
import pytest
import os
from backend.SearchEpc import SearchEpc # Replace with your actual module name
from dotenv import load_dotenv
load_dotenv(dotenv_path="backend/.env")
EPC_AUTH_TOKEN = os.getenv("EPC_AUTH_TOKEN")