Skip to content

Commit

Permalink
Issue #290 update server port config example in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayo Kallas committed Sep 13, 2020
1 parent 1566dcf commit 2525735
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ait/core/server/test/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def test_no_inbound_streams(self,
outbound-streams:
- stream:
name: sle_data_stream_parallel
input: sle_data_stream_ccsds
input:
- sle_data_stream_ccsds
handlers:
- a_handler
"""
Expand Down Expand Up @@ -71,7 +72,8 @@ def test_no_outbound_streams(self,
inbound-streams:
- stream:
name: sle_data_stream_parallel
input: sle_data_stream_ccsds
input:
- sle_data_stream_ccsds
handlers:
- a_handler
Expand Down

0 comments on commit 2525735

Please sign in to comment.