Skip to content

Commit

Permalink
fixup! Reenable bucket conductor test with bucketd
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Nov 8, 2023
1 parent 54273c6 commit 980f7e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/lifecycle/LifecycleConductor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ describe('lifecycle conductor', () => {
}

if (mockVault) {
lifecycleConfig.conductor.vaultAdmin = { port: vaultPort };
lifecycleConfig.auth.vault.port = vaultPort;
lifecycleConfig.conductor.vaultAdmin = lifecycleConfig.auth.vault;
}

lifecycleConfig.conductor.concurrency = maxKeys;
Expand Down

0 comments on commit 980f7e4

Please sign in to comment.