adlnet / lrs-conformance-test-suite

A NodeJS project that tests the MUST requirements of the xAPI Spec and is based on the ADL testing requirements repository. The test suite website can be found here: https://lrstest.adlnet.gov/. The adopters website can be found here: https://adopters.adlnet.gov/

Home Page:https://adlnet.gov/projects/xapi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.