Skip to content

Commit fac1903

Browse files
Refactor environment loading and PocketOption fixtures
1 parent ddd5fb1 commit fac1903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
os.environ[key] = value
2727
if key == "POCKET_OPTION_SSID":
2828
print(
29-
f"[TEST_ENV] Found POCKET_OPTION_SSID (starts with {value[:10]}...)"
29+
f"[TEST_ENV] Found POCKET_OPTION_SSID (starts with {value[:10AuNJVQMwrSw15K2df]}...)"
3030
)
3131
else:
3232
print(f"\n[TEST_ENV] No .env file found at {env_path}")

0 commit comments

Comments
 (0)