Updated the test to reflect recent changes in the Compara API
Created by: muffato
Description
Fix the genomic_alignment.t test
Now that the API is returning the same data consistently, the test is simplified: there is a single expected value, and we can use eq_or_diff_data
against it.
Use case
The motivation is to make the genomic_alignment.t test pass
Benefits
Thanks to this change, the genomic_alignment.t test now pass
Possible Drawbacks
Old-fashioned people may be shocked to see that the Ensembl APIs actually pass their test-suites.
Testing
Have you added/modified unit tests to test the changes?
Yes.
If so, do the tests pass/fail?
Pass, of course.
Have you run the entire test suite and no regression was detected?
Yes.
Changelog
You might want to list that the endpoint now returns the same data consistently