Skip to content

Commit

Permalink
fix: attempt to fix ALLOWED_WEBHOOKS_FILE in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes-Andersen committed Dec 23, 2023
1 parent 62c6b4e commit d971f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest
import whisper

os.environ['ALLOWED_WEBHOOKS_FILE'] = "tests/fixtures/allowed_webhooks.json"
os.environ['ALLOWED_WEBHOOKS_FILE'] = "backend/tests/fixtures/allowed_webhooks.json"

from src import app
from src.main import redis_connection
Expand Down

0 comments on commit d971f8f

Please sign in to comment.