Merge pull request #155126 from NinjaTrappeur/nin/prosody-rm-mysql-passthrough

prosody: remove outdated passthrough test reference
This commit is contained in:
Andreas Rammhold
2022-01-15 17:01:00 +01:00
committed by GitHub
-1
View File
@@ -86,7 +86,6 @@ stdenv.mkDerivation rec {
communityModules = withCommunityModules;
tests = {
main = nixosTests.prosody;
mysql = nixosTests.prosodyMysql;
};
};