Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
liewegas committed Oct 26, 2020
1 parent 3b825bd commit 33debe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/muxer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ def test_matching_default():

@responses.activate
def test_matching_stop():
mock_response("https://downstream1.com", body="d1", request_body=" StOP\n")
mock_response("https://downstream2.com", body="d2", request_body=" StOP\n")
mock_response("https://downstream3.com", body="d3", request_body=" StOP\n")
mock_response("https://downstream1.com", body="d1", request_body="stop")
mock_response("https://downstream2.com", body="d2", request_body="stop")
mock_response("https://downstream3.com", body="d3", request_body="stop")

assert (
mux_request(
Expand Down

0 comments on commit 33debe6

Please sign in to comment.