-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change pgdata permissions to 0o700 + fix charm bases in tests
- Loading branch information
1 parent
6cc2b74
commit 52271e1
Showing
3 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ async def test_discourse_from_discourse_charmers(ops_test: OpsTest): | |
await asyncio.gather( | ||
build_and_deploy(ops_test, DATABASE_UNITS), | ||
ops_test.model.deploy( | ||
REDIS_APP_NAME, application_name=REDIS_APP_NAME, base=CHARM_BASE | ||
REDIS_APP_NAME, application_name=REDIS_APP_NAME, base="[email protected]" | ||
), | ||
) | ||
await ops_test.model.wait_for_idle( | ||
|