config/environment_test: use last value in gitconfig

This commit is contained in:
Taylor Blau 2017-04-14 13:44:43 -04:00
parent 34d590c52f
commit bc6df12379

@ -16,7 +16,7 @@ func TestEnvironmentGetDelegatesToFetcher(t *testing.T) {
val, ok := env.Get("foo")
assert.True(t, ok)
assert.Equal(t, "bar", val)
assert.Equal(t, "baz", val)
}
func TestEnvironmentGetAllDelegatesToFetcher(t *testing.T) {