mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 14:25:30 +00:00
Fixes #868 In `MySqlMembershipRepo` we unfortunately throw an exception if someone passes in an empty `Set` when trying to add or remove members in a group. The effect should really be nothing instead of blowing up. - `MySqlMembershipRepository` - added checks, if an empty set just return; otherwise process normally. Added corresponding integration tests - `DynamoDBMembershipRepository` - no changes, but just added some additional integration specs that work properly.