Skip to content

Commit

Permalink
put httpserver back on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Dec 12, 2023
1 parent 3e81efc commit 6007edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def assert_all_responses_were_requested() -> bool:

@pytest.fixture
def bbot_httpserver():
server = HTTPServer(host="0.0.0.0", port=8888)
server = HTTPServer(host="127.0.0.1", port=8888)
server.start()

yield server
Expand Down

0 comments on commit 6007edd

Please sign in to comment.