Merge branch 'master' of https://github.com/go-gitea/gitea
This commit is contained in:
commit
033ce232df
|
|
@ -17,7 +17,7 @@ import (
|
|||
func TestVersion(t *testing.T) {
|
||||
prepareTestEnv(t)
|
||||
|
||||
setting.AppVer = "1.1.0+dev"
|
||||
setting.AppVer = "test-version-1"
|
||||
req := NewRequest(t, "GET", "/api/v1/version")
|
||||
resp := MakeRequest(t, req, http.StatusOK)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user