generated from canonical/is-charms-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change config options to use dashes rather than underscores for consi…
…stency with framework-added options (#71) * Change config options to use dashes rather than underscores for consistency with framework-added options * Fix tests * Update code to deal with new config items * dashes are converted to underscores for env variables
- Loading branch information
Tom Haddon
authored
Sep 17, 2024
1 parent
f0b9f71
commit b588e44
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ async def test_build_and_deploy(ops_test: OpsTest, pytestconfig: pytest.Config): | |
await ops_test.model.deploy( | ||
os.path.abspath(charm), | ||
config={ | ||
"git_repo": "git+ssh://[email protected]/canonical/httprequest-lego-provider.git@main", | ||
"git_ssh_key": textwrap.dedent( | ||
"git-repo": "git+ssh://[email protected]/canonical/httprequest-lego-provider.git@main", | ||
"git-ssh-key": textwrap.dedent( | ||
"""\ | ||
-----BEGIN OPENSSH PRIVATE KEY----- | ||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW | ||
|