k9s: fix unnecessary test dependency

This commit is contained in:
Robert Helgesson 2024-01-22 00:16:25 +01:00
parent 020399c287
commit 4af6720fff
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,8 @@
}; };
}; };
test.stubs.k9s = { };
test.asserts.warnings.enable = true; test.asserts.warnings.enable = true;
test.asserts.warnings.expected = [ test.asserts.warnings.expected = [
"The option `programs.k9s.skin' defined in ${ "The option `programs.k9s.skin' defined in ${

View file

@ -44,6 +44,8 @@
}; };
}; };
test.stubs.k9s = { };
nmt.script = '' nmt.script = ''
assertFileExists home-files/.config/k9s/config.yaml assertFileExists home-files/.config/k9s/config.yaml
assertFileContent \ assertFileContent \