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