mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 01:03:27 +01:00
Remove trailing comma in test
This commit is contained in:
parent
bce2b3a98e
commit
8f8851f1db
@ -21,7 +21,7 @@ class TestBinaryRequestData:
|
||||
def test_binary_file_path(self, httpbin):
|
||||
env = MockEnvironment(stdin_isatty=True, stdout_isatty=False)
|
||||
r = http('--print=B', 'POST', httpbin.url + '/post',
|
||||
'@' + BIN_FILE_PATH_ARG, env=env, )
|
||||
'@' + BIN_FILE_PATH_ARG, env=env)
|
||||
assert r == BIN_FILE_CONTENT
|
||||
|
||||
def test_binary_file_form(self, httpbin):
|
||||
|
Loading…
Reference in New Issue
Block a user