mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
ruff: Bump target-version from py38 to py310.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
3f29bc42b1
commit
48202389b8
@@ -230,8 +230,9 @@ class TestVideoCall(ZulipTestCase):
|
||||
self.assert_json_success(response)
|
||||
|
||||
def test_create_bigbluebutton_link(self) -> None:
|
||||
with mock.patch("zerver.views.video_calls.random.randint", return_value="1"), mock.patch(
|
||||
"secrets.token_bytes", return_value=b"\x00" * 20
|
||||
with (
|
||||
mock.patch("zerver.views.video_calls.random.randint", return_value="1"),
|
||||
mock.patch("secrets.token_bytes", return_value=b"\x00" * 20),
|
||||
):
|
||||
response = self.client_get(
|
||||
"/json/calls/bigbluebutton/create?meeting_name=general > meeting"
|
||||
|
||||
Reference in New Issue
Block a user