Fix formatting for unprivileged tests

This commit is contained in:
Sander van der Burg 2021-04-23 22:30:07 +02:00 committed by Sander van der Burg
parent 6640648dfd
commit 0dc527821e
1 changed files with 2 additions and 0 deletions

View File

@ -13,7 +13,9 @@ testService {
tests = {instanceName, instance, ...}:
''
# fmt: off
machine.succeed("curl --fail http://localhost:${toString instance.port} | grep 'Hello world from ${instance.from}!'")
# fmt: on
'';
inherit processManagers profiles;