enviroment -> environment
Этот коммит содержится в:
Ikko Ashimine
2020-11-04 18:14:08 +09:00
коммит произвёл GitHub
родитель 5a6d8387f5
Коммит 122acc3dd7

Просмотреть файл

@@ -76,7 +76,7 @@ func TestGetPing(t *testing.T) {
respString := string(respBytes)
require.NotContains(t, respString, "TestFeatureFlag")
// Run the enviroment variable override code to test
// Run the environment variable override code to test
os.Setenv("MM_FEATUREFLAGS_TESTFEATURE", "testvalueunique")
defer os.Unsetenv("MM_FEATUREFLAGS_TESTFEATURE")
th.App.ReloadConfig()