forked from baron/baron-sso
e2e 구조변경
This commit is contained in:
@@ -83,6 +83,7 @@ func TestQRLoginFlow_Success(t *testing.T) {
|
||||
var pollResp map[string]interface{}
|
||||
json.NewDecoder(resp.Body).Decode(&pollResp)
|
||||
assert.Equal(t, "authorization_pending", pollResp["error"])
|
||||
assert.Equal(t, "authorization_pending", pollResp["code"])
|
||||
|
||||
// 3. Mock Approval
|
||||
sessionData, _ := json.Marshal(map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user