Skip to content

Commit

Permalink
fix server
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jan 24, 2025
1 parent a9507a5 commit decf5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock_s3_server/mock_s3_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,4 @@ async def serve(port):
print("KeyboardInterrupt - shutting down")

if __name__ == "__main__":
trio.run(serve, 8181)
trio.run(serve, 8080)

0 comments on commit decf5f0

Please sign in to comment.