diff --git a/api4/system_test.go b/api4/system_test.go index 46f4d158b2..285e8d3662 100644 --- a/api4/system_test.go +++ b/api4/system_test.go @@ -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()