Skip to content

Commit

Permalink
Allow HTTP unauthorized (401) after session terminated.
Browse files Browse the repository at this point in the history
  • Loading branch information
bscSCORM authored Jan 28, 2022
1 parent c97a5b6 commit 08263cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lts/pkg/src/005-1-invalid-au/005-1-invalid-au.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ const saveLearnerPrefs = async (
// send statement after terminated
// Also validates: 9.3.0.0-2 (d)
//
if (! await Helpers.sendStatement(cmi5, allowedSt, "9.3.0.0-5 (d2)")) {
if (! await Helpers.sendStatement(cmi5, allowedSt, "9.3.0.0-5 (d2)", {shouldSucceed: false, acceptUnauthorized: true})) {
return;
}

Expand Down

0 comments on commit 08263cb

Please sign in to comment.