From cd96f93c236a9d1167b2ebef1ddf8c89c17db0d5 Mon Sep 17 00:00:00 2001 From: Rebecca Mahany-Horton Date: Fri, 19 Jan 2024 11:28:48 -0500 Subject: [PATCH] Update placeholder secret file --- tests/kolide-launcher.nix | 2 +- tests/test-secret | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kolide-launcher.nix b/tests/kolide-launcher.nix index 2f133dc..67ed646 100644 --- a/tests/kolide-launcher.nix +++ b/tests/kolide-launcher.nix @@ -45,7 +45,7 @@ pkgs.nixosTest { testScript = { nodes, ... }: let - user = nodes.machine.config.users.users.alice; + user = nodes.machine.users.users.alice; uid = toString user.uid; xauthority = "${user.home}/.Xauthority"; in diff --git a/tests/test-secret b/tests/test-secret index 3263943..042f6b5 100644 --- a/tests/test-secret +++ b/tests/test-secret @@ -1 +1 @@ -test-secret \ No newline at end of file +This test file exists for tests that run only in GitHub CI \ No newline at end of file