forked from fediversity/fediversity
add trivial unit test for deployment - now to find how to make it work!
This commit is contained in:
parent
1ed1e87bc8
commit
b15c188555
1 changed files with 2 additions and 1 deletions
|
|
@ -180,14 +180,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