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 bd81e0b commit 53be048Copy full SHA for 53be048
1 file changed
tests/test_wsdl_soap.py
@@ -91,7 +91,9 @@ def test_soap11_process_error():
91
assert exc.code == "fault-code-withNamespace"
92
assert exc.actor is None
93
assert exc.subcodes is None
94
- assert "detail-message-withNamespace" in etree.tostring(exc.detail).decode("utf-8")
+ assert "detail-message-withNamespace" in etree.tostring(exc.detail).decode(
95
+ "utf-8"
96
+ )
97
98
99
def test_soap12_process_error():
0 commit comments