Skip to content

Commit

Permalink
Tweak conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Oct 26, 2023
1 parent 6a616e7 commit 77eb3ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
101 changes: 0 additions & 101 deletions renovate.json

This file was deleted.

3 changes: 1 addition & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ def ops_test(

async def build_charm(charm_path) -> pathlib.Path:
if pathlib.Path(charm_path) == pathlib.Path("."):
# Building mysql charm
# Building postgresql charm
return await _build_charm(
charm_path,
bases_index=pytestconfig.option.mysql_charm_bases_index,
)
else:
return await _build_charm(charm_path)
Expand Down

0 comments on commit 77eb3ae

Please sign in to comment.