Merge pull request #325111 from trofi/nextcloud-notify_push.tests-fix-eval

nextcloud-notify_push.tests: fix the eval
This commit is contained in:
Maximilian Bosch 2024-07-06 21:27:18 +00:00 committed by GitHub
commit d8d2741a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec {
};
tests = {
inherit (nixosTests.nextcloud)
with-postgresql-and-redis27
with-postgresql-and-redis28
with-postgresql-and-redis29;
inherit test_client;