Communication 2.7 Incomplete/broken test?
milt opened this issue · comments
At the end of Communication 2.7 there a test marked incomplete:
https://github.com/adlnet/lrs-conformance-test-suite/blob/master/test/v1_0_3/H.Communication2.7-ActivityProfileResource.js#L475
In its current state it sends an activity profile POST with no body or content type, and expects a 400. The test description asserts that the content-type header is set to "application/json" but this does not appear to be reflected in the request as sent.