]> source.dussan.org Git - gitea.git/commit
Check for valid user token in integration tests (#21520)
authorVladimir Yakovlev <nagos@inbox.ru>
Thu, 20 Oct 2022 18:20:01 +0000 (21:20 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 18:20:01 +0000 (19:20 +0100)
commitffa4f4b570c3bb5fb4533db4bab93985ee99e241
tree863d3140863344ca7e3fc914a17af113e3484496
parent6a0330979f74c6947db11aef59c094135aacd29a
Check for valid user token in integration tests (#21520)

Added checks for logged user token.

Some builds fail at unrelated tests, due to missing token.

Example:
https://drone.gitea.io/go-gitea/gitea/62011/2/14

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
tests/integration/integration_test.go