Commit bee41ce7 authored by Félix Baylac Jacqué's avatar Félix Baylac Jacqué
Browse files

nixosTests/pleroma: node.xx.config -> node.xx

Accessing a test driver node configuration via node.xxx.config is now
deprecated. Migrating to the new API.
parent 96131c77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -170,8 +170,8 @@ import ./make-test-python.nix ({ pkgs, ... }:
  '';

  hosts = nodes: ''
    ${nodes.pleroma.config.networking.primaryIPAddress} pleroma.nixos.test
    ${nodes.client.config.networking.primaryIPAddress} client.nixos.test
    ${nodes.pleroma.networking.primaryIPAddress} pleroma.nixos.test
    ${nodes.client.networking.primaryIPAddress} client.nixos.test
  '';
  in {
  name = "pleroma";