From 11275577420438885119155af62493a16074ccc7 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 28 Feb 2016 19:15:35 +0800 Subject: [PATCH] Cleanup --- tests/test_sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sessions.py b/tests/test_sessions.py index f5683774..f59c36a0 100644 --- a/tests/test_sessions.py +++ b/tests/test_sessions.py @@ -180,8 +180,8 @@ class TestSession(SessionTestBase): # https://github.com/jkbrzt/httpie/issues/412 self.start_session(httpbin) cwd = os.getcwd() + os.chdir(gettempdir()) try: - os.chdir(gettempdir()) http('--session=test', '--download', httpbin.url + '/get', env=self.env()) finally: