Skip to content

Commit

Permalink
不要なコードを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 31, 2024
1 parent 17c03d7 commit 2b1134c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import uuid

import pytest
from dotenv import load_dotenv
Expand All @@ -12,8 +11,6 @@ def setup():
return {
"signaling_urls": [os.environ.get("TEST_SIGNALING_URL")],
"channel_id_prefix": os.environ.get("TEST_CHANNEL_ID_PREFIX"),
# 乱数に使う場合にどうぞ
"uuid": uuid.uuid4().hex,
"secret": os.environ.get("TEST_SECRET_KEY"),
"metadata": {"access_token": os.environ.get("TEST_SECRET_KEY")},
}

0 comments on commit 2b1134c

Please sign in to comment.