Skip to content

Commit

Permalink
Fix HTTP format
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Sep 3, 2024
1 parent 4e0594e commit 80e7552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/helpers/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ async def setup_repo_policy(
# This tests the connection to the repo policy compliance, not a health check of service.
await instance_helper.run_in_instance(
unit=unit,
command="curl http://localhost/8080",
command="curl http://localhost:8080",
assert_on_failure=True,
assert_msg="Unable to reach the repo policy compliance server setup",
)
Expand Down

0 comments on commit 80e7552

Please sign in to comment.