summary refs log tree commit diff
path: root/changelog.d/13479.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.66.0rc1David Robertson2022-08-231-1/+0
|
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-091-0/+1
Replace - `HTTPStatus.NOT_FOUND` - `HTTPStatus.FORBIDDEN` - `HTTPStatus.UNAUTHORIZED` - `HTTPStatus.CONFLICT` - `HTTPStatus.CREATED` Signed-off-by: Dirk Klimpel <dirk@klimpel.org>