mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
Cleanup
This commit is contained in:
parent
5898879395
commit
1127557742
@ -180,8 +180,8 @@ class TestSession(SessionTestBase):
|
|||||||
# https://github.com/jkbrzt/httpie/issues/412
|
# https://github.com/jkbrzt/httpie/issues/412
|
||||||
self.start_session(httpbin)
|
self.start_session(httpbin)
|
||||||
cwd = os.getcwd()
|
cwd = os.getcwd()
|
||||||
try:
|
|
||||||
os.chdir(gettempdir())
|
os.chdir(gettempdir())
|
||||||
|
try:
|
||||||
http('--session=test', '--download',
|
http('--session=test', '--download',
|
||||||
httpbin.url + '/get', env=self.env())
|
httpbin.url + '/get', env=self.env())
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
Reference in New Issue
Block a user