The current test searches for all reference sets then checks they match the test data. This fails for servers with more than just the compliance data.
This PR replaces the comparision to compliance data with checks that the id is not null and the md5 looks like an md5.
The current test searches for all reference sets then checks they match the test data. This fails for servers with more than just the compliance data. This PR replaces the comparision to compliance data with checks that the id is not null and the md5 looks like an md5.
Fixes #161