diff options
author | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-18 12:29:00 -0300 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-18 12:30:16 -0300 |
commit | 2224963d6dc413b2bf18fe585c98f85e41686175 (patch) | |
tree | b597edbe369081e65754fbff900623ef4733d12a | |
parent | 2483101553922a93e941eac4c269a35bf2557686 (diff) |
Use the new mailset propper for the python fake service
-rw-r--r-- | py-fake-service/app/pixelated_user_agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py-fake-service/app/pixelated_user_agent.py b/py-fake-service/app/pixelated_user_agent.py index 7b163d7e..bcadb5b9 100644 --- a/py-fake-service/app/pixelated_user_agent.py +++ b/py-fake-service/app/pixelated_user_agent.py @@ -119,7 +119,7 @@ def load_mailset(mailset): if len(os.listdir(mbox_root)) == 0: response = requests.get( - 'https://example.wazokazi.is:8154/go/static/mediumtagged.tar.gz', + 'https://example.wazokazi.is:8154/go/static/py-mediumtagged.tar.gz', verify=False) mbox_archive_path = os.path.join(mbox_root, 'mediumtagged.tar.gz') mbox_archive = open(mbox_archive_path, 'w') |