Skip to content

Commit

Permalink
fix(gateway): add message field to gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jun 4, 2020
1 parent 9949148 commit b770fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 85,7 @@ def test_io_files(self):
PyClient.check_input(input_files('*.*', size=2, read_mode='rb'))
PyClient.check_input(input_files('*.*', sampling_rate=.5))

f = Flow().add(yaml_path='URI2Buffer')
f = Flow().add(yaml_path='- !URI2Buffer {}')

def validate_mime_type(req):
for d in req.index.docs:
Expand Down

0 comments on commit b770fff

Please sign in to comment.