You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-06-20 11:32:56 +02:00
Cleanup
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user