You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/authentication-passport/src/__tests__/acceptance/authentication-with-passport-strategy-oauth2-adapter.acceptance.ts
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ import {
37
37
import*asurlfrom'url';
38
38
import{inject}from'@loopback/core';
39
39
importaxiosfrom'axios';
40
+
importqsfrom'qs';
40
41
41
42
/**
42
43
* This test consists of three main components -> the supertest client, the LoopBack app (simple-rest-app.ts)
@@ -206,7 +207,7 @@ export class Oauth2Controller {
0 commit comments