summary refs log tree commit diff
path: root/changelog.d/11461.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.49.0rc1Sean Quah2021-12-071-1/+0
|
* Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461)Dirk Klimpel2021-11-301-0/+1
The tests helpers automatically convert dictionaries to JSON payloads, no need to do it manually for each test.