Rename USER_DATA to ROVE_USER_DATA

This commit is contained in:
Marc Di Luzio 2020-06-27 00:02:07 +01:00
parent 4a343f36a8
commit f9c30f541c
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ func Test_InnerMain(t *testing.T) {
// Use temporary local user data
tmp, err := ioutil.TempDir(os.TempDir(), "rove-")
assert.NoError(t, err)
os.Setenv("USER_DATA", tmp)
os.Setenv("ROVE_USER_DATA", tmp)
// Used for configuring this test
var address = os.Getenv("ROVE_GRPC")