From 9d5aba4ac9facddfeefbcf809f124f2791294cee Mon Sep 17 00:00:00 2001 From: Moritz Hedtke Date: Sun, 13 Feb 2022 00:49:27 +0100 Subject: [PATCH] nixos/step-ca: Remove unnecessary passthru.tests --- nixos/modules/services/security/step-ca.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/modules/services/security/step-ca.nix b/nixos/modules/services/security/step-ca.nix index 27b2ceed1a43..db7f81acd2a3 100644 --- a/nixos/modules/services/security/step-ca.nix +++ b/nixos/modules/services/security/step-ca.nix @@ -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 = [ {