mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.prefect: fix
This commit is contained in:
parent
ba32be8d89
commit
b323966ae8
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ in
|
|||
{
|
||||
services.prefect = {
|
||||
enable = true;
|
||||
baseUrl = "http://127.0.0.1";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -18,7 +19,7 @@ in
|
|||
testScript = ''
|
||||
machine.start()
|
||||
machine.wait_for_unit("prefect-server.service")
|
||||
machine.wait_for_open_port("${mainPort}")
|
||||
machine.wait_for_open_port(${mainPort})
|
||||
'';
|
||||
|
||||
meta = with lib.maintainers; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue