Skip to content

Commit

Permalink
tests/verify-config: add placeholder URL to make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed May 30, 2024
1 parent a7c33b7 commit 12a2d10
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ in
pkgs.callPackage
./tests/verify-host-configuration.nix
{
hostConfiguration = mkKairosHostConfig "kairos-host";
hostConfiguration = {
imports = [
(mkKairosHostConfig "kairos-host")
];
# A placeholder URL to make the test pass
services.kairos.casperRpcUrl = "http://localhost:11101/rpc";
};
verifyServices = [ "kairos.service" ];
};
kairos-end-to-end-test =
Expand Down

0 comments on commit 12a2d10

Please sign in to comment.