petterreinholdtsen / noark5-tester

Test Noark 5 Core REST API
3 stars 3 forks source link

'next' does not seem to be recognized as a known rel key in some circumstances #33

Open ivaylomitrev opened 1 year ago

ivaylomitrev commented 1 year ago

We get:

unofficial relation next from [...]

reported as an expected failure (xfailure) when testing the klasse GET endpoint.

Since this should be a valid rel key according to the specification, the code might need to be examined.

Namely, an exclusion for self might need to applied to next too in recursiveHateoas in one of the _links checks.