Skip to content

Commit 402594f

Browse files
committed
commit test too
1 parent f7d4a2f commit 402594f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_turn_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_update_message_label_success(self, mocker):
6969
mock_post.assert_called_once_with(
7070
"https://api.turn.io/v1/messages/msg-123/labels",
7171
json={"labels": ["compliment"]},
72+
timeout=30,
7273
)
7374

7475
# Verify response

0 commit comments

Comments
 (0)