nixos/step-ca: Remove unnecessary passthru.tests

This commit is contained in:
Moritz Hedtke 2022-02-13 00:49:27 +01:00
parent baca0c49ab
commit 9d5aba4ac9
No known key found for this signature in database
GPG Key ID: 6794D45A488C2EDE

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 =
[
{