Skip to content

Commit

Permalink
change ranger user sync channel
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Mar 26, 2024
1 parent 006f0d1 commit 1a3fed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ async def deploy(ops_test: OpsTest):
}
await ops_test.model.deploy(
RANGER_NAME,
channel="stable",
channel="edge",
config=ranger_config,
application_name=USERSYNC_NAME,
)
logger.info("Integrating LDAP and Ranger Usersync")
await ops_test.model.integrate(USERSYNC_NAME, LDAP_NAME)
time.sleep(100) # Provide time for user synchronization to occur.
await ops_test.model.wait_for_idle(
Expand Down

0 comments on commit 1a3fed3

Please sign in to comment.