gitea: 1.18.5 -> 1.19.0

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.19.0
This commit is contained in:
Maximilian Bosch
2023-03-20 14:32:10 +01:00
parent 9030145e66
commit 5c5f710388
3 changed files with 9 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ let
api_token = server.succeed(
"curl --fail -X POST http://test:totallysafe@localhost:3000/api/v1/users/test/tokens "
+ "-H 'Accept: application/json' -H 'Content-Type: application/json' -d "
+ "'{\"name\":\"token\"}' | jq '.sha1' | xargs echo -n"
+ "'{\"name\":\"token\",\"scopes\":[\"all\"]}' | jq '.sha1' | xargs echo -n"
)
server.succeed(