Skip to content

Commit 2262802

Browse files
committed
update test for changed stale state constant
1 parent bef709a commit 2262802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/OidcClientSettings.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ describe("OidcClientSettings", function () {
312312
let subject = new OidcClientSettings({
313313
client_id: 'client',
314314
});
315-
subject.staleStateAge.should.equal(60);
315+
subject.staleStateAge.should.equal(300);
316316
});
317317

318318
it("should return value from initial settings", function () {

0 commit comments

Comments
 (0)