Skip to content

Commit

Permalink
Testing out a integration test fikx
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Aug 28, 2024
1 parent e5c7f3a commit c11028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm_metrics_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def app_fixture(
{
VIRTUAL_MACHINES_CONFIG_NAME: "0",
"repo-policy-compliance-token": "",
"repo-policy-compliance-url": "",
"repo-policy-compliance-url": "http://fake_site.com",
}
)
await reconcile(app=app_for_metric, model=model)
Expand Down

0 comments on commit c11028e

Please sign in to comment.