cluster/services/consul: stub locksmith options in test
This commit is contained in:
parent
81fafdfd04
commit
51cf6dabc2
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
defaults.options.services.locksmith = lib.mkSinkUndeclaredOptions { };
|
||||
|
||||
testScript = ''
|
||||
import json
|
||||
|
||||
|
|
Loading…
Reference in a new issue