diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-10-19 21:26:54 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 21:26:54 +1300 |
commit | b1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72 (patch) | |
tree | fee98428fbf36897aa874fd91fe5c9738bf2626f /test/mitmproxy/test_utils.py | |
parent | 49346c5248b8aa33acef26f0d55f51dcd2493a59 (diff) | |
parent | 24cf8da27eb56a65bf3e4ceb78bbeacdb1864597 (diff) | |
download | mitmproxy-b1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72.tar.gz mitmproxy-b1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72.tar.bz2 mitmproxy-b1cf9dd5e38d5386199dff8c49e0dc1b46d8ec72.zip |
Merge pull request #1633 from cortesi/refactor2
Continue module structure cleanup
Diffstat (limited to 'test/mitmproxy/test_utils.py')
-rw-r--r-- | test/mitmproxy/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/test_utils.py b/test/mitmproxy/test_utils.py index 79b72eec..ed59f484 100644 --- a/test/mitmproxy/test_utils.py +++ b/test/mitmproxy/test_utils.py @@ -5,7 +5,7 @@ utils.CERT_SLEEP_TIME = 0 def test_pkg_data(): - assert utils.pkg_data.path("console") + assert utils.pkg_data.path("tools/console") tutils.raises("does not exist", utils.pkg_data.path, "nonexistent") |