We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d4a2f commit 402594fCopy full SHA for 402594f
1 file changed
tests/test_turn_client.py
@@ -69,6 +69,7 @@ def test_update_message_label_success(self, mocker):
69
mock_post.assert_called_once_with(
70
"https://api.turn.io/v1/messages/msg-123/labels",
71
json={"labels": ["compliment"]},
72
+ timeout=30,
73
)
74
75
# Verify response
0 commit comments