Fix posting data to a URL
This PR fixes a bug in dqsegdb.apicalls.patchWithFailCases
where data were being submitted to urlllib.request.Request
as str
, not bytes
.
This PR fixes a bug in dqsegdb.apicalls.patchWithFailCases
where data were being submitted to urlllib.request.Request
as str
, not bytes
.