deluge: refactor to fix test

This commit is contained in:
ibizaman 2026-03-31 22:50:44 +02:00
parent 5a9c505b5f
commit 541e631994

View file

@ -259,6 +259,8 @@ in
nodes.client = { };
testScript = inputs: (commonTestScript.access inputs) + (prometheusTestScript inputs);
# The inputs attrset must be named out explicitly
testScript =
inputs@{ nodes, ... }: (commonTestScript.access inputs) + (prometheusTestScript inputs);
};
}