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