forked from Fediversity/Fediversity
add trivial unit test for deployment - now to find how to make it work!
This commit is contained in:
parent
ffe59ae210
commit
c42d3e87d5
1 changed files with 2 additions and 1 deletions
|
@ -181,14 +181,15 @@ in
|
|||
{
|
||||
inherit (fediversity)
|
||||
example-configuration
|
||||
example-deployment
|
||||
;
|
||||
has-deployment = lib.isAttrs fediversity.example-deployment.resources.the-machine;
|
||||
};
|
||||
expected = {
|
||||
example-configuration = {
|
||||
enable = true;
|
||||
applications.hello.enable = true;
|
||||
};
|
||||
has-deployment = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue