Open ivaylomitrev opened 1 year ago
We get:
unofficial relation next from [...]
reported as an expected failure (xfailure) when testing the klasse GET endpoint.
klasse
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.
self
next
recursiveHateoas
_links
We get:
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 tonext
too inrecursiveHateoas
in one of the_links
checks.