Rename USER_DATA to ROVE_USER_DATA
This commit is contained in:
parent
4a343f36a8
commit
f9c30f541c
3 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue