Skip to content

Commit

Permalink
fix: test names
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jan 7, 2025
1 parent 49c372e commit fa505c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
in

pkgs.nixosTest {
name = "test-nixos-module-sign";
name = "test-hm-as-nixos-module-autofirma-firefoxIntegration-sign-document";
nodes.machine = { config, pkgs, modulesPath, ... }: {
imports = [
home-manager.nixosModules.home-manager
Expand Down
2 changes: 1 addition & 1 deletion nix/tests/nixos/autofirma/cli/sign-document.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
in

pkgs.nixosTest {
name = "test-nixos-module-sign";
name = "test-nixos-autofirma-cli-sign-document";
nodes.machine = { config, pkgs, modulesPath, ... }: {
imports = [
self.nixosModules.autofirma
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
stateVersion = "${lib.versions.major lib.version}.${lib.versions.minor lib.version}";
in
pkgs.nixosTest {
name = "test-nixos-configuradorfnmt-request";
name = "test-nixos-configuradorfnmt-firefoxIntegration-request-certificate";
nodes.machine = { config, pkgs, modulesPath, ... }: {
imports = [
self.nixosModules.configuradorfnmt
Expand Down

0 comments on commit fa505c1

Please sign in to comment.