pull/4229/head
Medya Gh 2019-05-19 14:10:46 -07:00
parent 871c2e6704
commit c428ce5ebd
1 changed files with 2 additions and 2 deletions

View File

@ -73,9 +73,9 @@ func TestProxy(t *testing.T) {
if err != nil {
t.Errorf("Error reverting the HTTP_PROXY env")
}
err = os.Setenv("NO_PROCY", origNP)
err = os.Setenv("NO_PROXY", origNP)
if err != nil {
t.Errorf("Error reverting the HTTP_PROXY env")
t.Errorf("Error reverting the NO_PROXY env")
}
err := srv.Shutdown(context.TODO()) // shutting down the http proxy after tests