Skip to content

Commit

Permalink
test(plex-auth): update backend tests to match the new config file
Browse files Browse the repository at this point in the history
  • Loading branch information
soehlert committed Jan 20, 2025
1 parent 4d8e5a3 commit 9582f68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
from plexapi.audio import Track

mock_env = {
"PLEX_BASE_URL": "http://fake-plex:32400",
"PLEX_TOKEN": "fake-token",
"PLEX_USERNAME": "testuser",
"PLEX_PASSWORD": "testpassword",
"PLEX_SERVER_NAME": "plexserver",
"CLIENT_NAME": "test-client",
"REDIS_URL": "redis://fake-redis:6379",
"TUNEBOX_URL": "http://fake-tunebox:8000",
Expand Down

0 comments on commit 9582f68

Please # to comment.