cluster/simulacrum: set testConfig
This commit is contained in:
parent
fa0d6f046b
commit
f140de7a1a
1 changed files with 7 additions and 1 deletions
|
@ -31,7 +31,13 @@ let
|
||||||
cluster = lib.mkForce (lift.cluster.extendModules {
|
cluster = lib.mkForce (lift.cluster.extendModules {
|
||||||
specialArgs.depot = config;
|
specialArgs.depot = config;
|
||||||
modules = [
|
modules = [
|
||||||
{ simulacrum = true; }
|
{
|
||||||
|
simulacrum = true;
|
||||||
|
testConfig = {
|
||||||
|
subject = service;
|
||||||
|
activeServices = serviceList;
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue