Skip to content

Commit

Permalink
Move test_data out of custom_component folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwolsink committed Oct 26, 2023
1 parent 263dcec commit 6e631c7
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/enphase_envoy/envoy_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
ENLIGHTEN_LOGIN_URL = "https://entrez.enphaseenergy.com/login"
ENDPOINT_URL_GET_JWT = "https://{}/auth/get_jwt"

TEST_DATA_FOLDER = os.path.join(os.path.dirname(__file__), "test_data")
TEST_DATA_FOLDER = os.path.join(os.path.dirname(__file__), "../../test_data")

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 6e631c7

Please sign in to comment.