Skip to content

Commit

Permalink
'' で囲う
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 29, 2024
1 parent 44a2e13 commit 592e0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def setup():
return {
"signaling_urls": [os.environ.get("TEST_SIGNALING_URL")],
# channel_id に利用する文字列をランダムにする
"channel_id": f"${os.environ.get("TEST_CHANNEL_ID_PREFIX")}${uuid.uuid4().hex}",
"channel_id": f'${os.environ.get("TEST_CHANNEL_ID_PREFIX")}${uuid.uuid4().hex}',
"secret": os.environ.get("TEST_SECRET_KEY"),
"metadata": {"access_token": os.environ.get("TEST_SECRET_KEY")},
}

0 comments on commit 592e0fe

Please sign in to comment.