Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlawren committed Oct 14, 2022
1 parent 5099e05 commit 458801c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_soap.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Tests for the soap module."""


from soco.config import REQUEST_TIMEOUT
from soco.soap import SoapMessage
from soco.xml import XML
from unittest import mock
Expand Down Expand Up @@ -142,6 +143,7 @@ def test_call():
"Content-Type": 'text/xml; charset="utf-8"',
"user-agent": "sonos",
},
timeout=REQUEST_TIMEOUT,
data=mock.ANY,
other_arg=4,
)

0 comments on commit 458801c

Please sign in to comment.