Skip to content
Snippets Groups Projects
Verified Commit 0f382c49 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Fix missing adaptation from the previous commit

This also fixes the build [1]

Related to 6682bcc9

[1] https://jenkins.softwareheritage.org/job/DVAU/job/tests/875
parent 6682bcc9
No related branches found
Tags v0.3.3
No related merge requests found
......@@ -102,7 +102,7 @@ def make_app(config: Dict[str, Any]) -> VaultServerApp:
app = VaultServerApp(
__name__,
backend_class=VaultInterface,
backend_factory=lambda: get_vault(config["vault"]),
backend_factory=lambda: get_vault(config),
client_max_size=config["client_max_size"],
)
app.router.add_route("GET", "/", index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment