nixos/step-ca: Remove unnecessary passthru.tests

This commit is contained in:
Moritz Hedtke
2022-02-13 17:26:48 +01:00
parent baca0c49ab
commit 9d5aba4ac9
+1 -3
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, nixosTests, ... }:
{ config, lib, pkgs, ... }:
let
cfg = config.services.step-ca;
settingsFormat = (pkgs.formats.json { });
@@ -82,8 +82,6 @@ in
});
in
{
passthru.tests.step-ca = nixosTests.step-ca;
assertions =
[
{