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 bfda6bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ in
{
hostConfiguration = mkKairosHostConfig "kairos-host";
verifyServices = [ "kairos.service" ];
# A placeholder URL to make the test pass
services.kairos.casperRpcUrl = "http://localhost:11101/rpc";

};
kairos-end-to-end-test =
pkgs.callPackage
Expand Down

0 comments on commit bfda6bd

Please sign in to comment.