1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 13:30:04 +00:00

chore(*): refactor and add tests

This commit is contained in:
Krishna Acondy
2021-01-24 15:08:35 +00:00
parent aed39c2ec4
commit 301edab8ad
7 changed files with 1259 additions and 1899 deletions

View File

@@ -0,0 +1,2 @@
export const mockLoginAuthoriseRequiredResponse = `<form id="application_authorization" action="/SASLogon/oauth/authorize" method="POST"><input type="hidden" name="X-Uaa-Csrf" value="2nfuxIn6WaOURWL7tzTXCe"/>`
export const mockLoginSuccessResponse = `You have signed in`