diff options
Diffstat (limited to 'integrations/version_test.go')
-rw-r--r-- | integrations/version_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/version_test.go b/integrations/version_test.go index 95b4dbc952..9a30bfb53b 100644 --- a/integrations/version_test.go +++ b/integrations/version_test.go @@ -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) |