Skip to content

Commit

Permalink
Update placeholder secret file
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jan 19, 2024
1 parent e4f6948 commit cd96f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kolide-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test-secret
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test-secret
This test file exists for tests that run only in GitHub CI

0 comments on commit cd96f93

Please sign in to comment.