Unverified Commit 861abdd1 authored by Matthew Croughan's avatar Matthew Croughan Committed by GitHub
Browse files

docuseal.tests: fix the eval (#451620)

parents e73b5853 300e0f70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: {

  passthru = {
    tests = {
      inherit (nixosTests) docuseal-postgresql docuseal-sqlite;
      inherit (nixosTests) docuseal-psql docuseal-sqlite;
    };
    updateScript = ./update.sh;
  };