Merge pull request #159692 from mohe2015/patch-1

nixos/step-ca: Remove unnecessary passthru.tests
This commit is contained in:
Robert Hensing 2022-02-14 22:23:49 +01:00 committed by GitHub
commit 81302f1518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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