Skip to content

Commit 344d329

Browse files
committed
refactor: update breaking change props and ignore undone tests
1 parent af3e9e9 commit 344d329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/iut/signatures/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class Signatures {
4242
request = new HttpRequest.Builder(callback)
4343
.setRedirection(HttpRequestRedirection.MANUAL)
4444
.setCookie(Signatures.COOKIE, session)
45-
.setCookie(CAS.COOKIE, cas.lemonldap)
45+
.setCookie(CAS.COOKIE, cas.cookie)
4646
.enableUnauthorizedTLS()
4747
.build();
4848

tests/signatures/empty.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("iut/signatures", () => {
1313
expect(Signatures.oauth2.scopes).toEqual(["openid", "profile"]);
1414
});
1515

16-
it("should parse correctly the report card", () => {
17-
const report = Signatures.parse(html as unknown as string);
18-
});
16+
// it("should parse correctly the report card", () => {
17+
// const report = Signatures.parse(html as unknown as string);
18+
// });
1919
});

0 commit comments

Comments
 (0)