From 8a5550aea3e9c07fe7c161e94638a44eec67b6a7 Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Mon, 10 Jan 2022 22:20:49 -0500 Subject: [PATCH] gh: remove git overlay in tests --- tests/modules/programs/gh/credential-helper.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/modules/programs/gh/credential-helper.nix b/tests/modules/programs/gh/credential-helper.nix index e7ee8e42b..0c5ed872f 100644 --- a/tests/modules/programs/gh/credential-helper.nix +++ b/tests/modules/programs/gh/credential-helper.nix @@ -8,10 +8,7 @@ programs.git.enable = true; - test.stubs = { - gh = { }; - git = { }; - }; + test.stubs.gh = { }; nmt.script = '' assertFileExists home-files/.config/git/config