deluge: refactor to fix test
This commit is contained in:
parent
5a9c505b5f
commit
541e631994
1 changed files with 3 additions and 1 deletions
|
|
@ -259,6 +259,8 @@ in
|
||||||
|
|
||||||
nodes.client = { };
|
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