forked from coop-cloud-mirrors/godotenv
allow empty_var
This commit is contained in:
@ -74,6 +74,8 @@ func TestReadPlainEnv(t *testing.T) {
|
||||
"OPTION_C": "3",
|
||||
"OPTION_D": "4",
|
||||
"OPTION_E": "5",
|
||||
"OPTION_F": "",
|
||||
"OPTION_G": "",
|
||||
}
|
||||
|
||||
envMap, err := Read(envFileName)
|
||||
|
Reference in New Issue
Block a user