Skip to content

Commit

Permalink
fix integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Mar 20, 2024
1 parent 96efe2b commit e429d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def test_indico_is_up(ops_test: OpsTest, external_url: str):
host = urlparse(external_url).netloc
# The certificate is not signed
response = requests.get( # nosec
f"https://{address}/bootstrap", headers={"Host": host}, timeout=10, verify=False
f"https://127.0.0.1/bootstrap", headers={"Host": host}, timeout=10, verify=False
)
assert response.status_code == 200

Expand Down

0 comments on commit e429d76

Please sign in to comment.