Compare commits

..

1 Commits

Author SHA1 Message Date
Serghei Mihai a016545d48 wscalls: unflatten payload when calling webservice (#66916)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-27 11:55:00 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ def test_webservice_with_unflattened_payload_keys(http_requests, pub):
assert pub.loggederror_class.count() == 1
assert (
pub.loggederror_class.select()[0].summary
== '[WSCALL] Webservice call failure because unable to unflatten payload keys (incorrect elements order)'
== '[WSCALL] Webservice call failure because unable to unflatten payload keys (there is a mix between lists and dicts)'
)