Skip to content

Commit

Permalink
Use fake version for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Sep 26, 2017
1 parent fdbe9c1 commit 8e16bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
func TestVersion(t *testing.T) {
prepareTestEnv(t)

setting.AppVer = "1.3.0+dev"
setting.AppVer = "test-version-1"
req := NewRequest(t, "GET", "/api/v1/version")
resp := MakeRequest(t, req, http.StatusOK)

Expand Down

0 comments on commit 8e16bf6

Please sign in to comment.