Compare commits

..

1 Commits

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

View File

@ -297,7 +297,7 @@ def test_webservice_with_unflattened_payload_keys(http_requests, pub):
wscall.request = {
'method': 'POST',
'url': 'http://remote.example.net/json',
'post_data': {'foo/0': 'first', 'foo/1': 'second', 'name': 'example'},
'post_data': {'foo/0': 'first', 'foo/1': 'second', 'bar': 'example'},
}
wscall.store()