Skip to content

Commit 753502e

Browse files
committed
formatting
1 parent 085a43d commit 753502e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sso/sso.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,9 @@ describe('SSO', () => {
562562

563563
const body = fetchBody();
564564
expect(body).toContain('code_verifier=test_code_verifier_value');
565-
expect(body).toContain('client_secret=sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU');
565+
expect(body).toContain(
566+
'client_secret=sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU',
567+
);
566568
});
567569
});
568570

0 commit comments

Comments
 (0)