Skip to content

Commit

Permalink
change port on http mock test for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sanahabhimani committed Aug 22, 2023
1 parent 25b53b7 commit 0dcdebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def route_fn():
else:
assert False, "Bad query"

return app.run("127.0.0.1", 5002)
return app.run("127.0.0.1", 5000)


@pytest.mark.integtest
Expand Down

0 comments on commit 0dcdebe

Please sign in to comment.