deluge: refactor to fix test
This commit is contained in:
parent
40abc1f15f
commit
968e54dd89
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue