Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Dec 4, 2018
1 parent 2979022 commit b1da8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_proxy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# stdlib
import os
from unittest import TestCase
import logging

Expand Down Expand Up @@ -61,6 +60,7 @@ def test_no_proxy(self):

self.assertEquals(1, 2, os.environ)
environ_proxies = get_environ_proxies("https://www.google.com")
environ_proxies.pop('travis_apt', None)
self.assertEquals(expected_proxies, environ_proxies, (expected_proxies, environ_proxies))

# Clear the env variables set
Expand Down

0 comments on commit b1da8cc

Please sign in to comment.