]> source.dussan.org Git - gitea.git/commit
Add result check in TestAPIEditUser (#29674) (#30860)
authorGiteabot <teabot@gitea.io>
Sun, 5 May 2024 13:17:03 +0000 (21:17 +0800)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 13:17:03 +0000 (21:17 +0800)
commit054602977a8b142881460b46ddaafaf3c04c6a3d
treed0fe6127c661158e202f4126bb1486592189ca81
parent471b411873fd14f2fb161322022863680e294d75
Add result check in TestAPIEditUser (#29674) (#30860)

Backport #29674 by @yp05327

Fix #29514
there are too many usage of `NewRequestWithValues`, so there's no need
to check all of them.
Just one is enough I think.

Co-authored-by: yp05327 <576951401@qq.com>
tests/integration/api_admin_test.go