File tree Expand file tree Collapse file tree 6 files changed +24
-24
lines changed
tests/frontendIntegration Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 10
10
if ( axios . default ) {
11
11
axios = axios . default ;
12
12
}
13
- async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost.org :8080" ) {
13
+ async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost:8080" ) {
14
14
let instance = axios . create ( ) ;
15
15
let response = await instance . get ( BASE_URL + "/refreshCalledTime" ) ;
16
16
return response . data ;
17
17
}
18
18
19
- async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost.org :8080" ) {
19
+ async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost:8080" ) {
20
20
let instance = axios . create ( ) ;
21
21
let response = await instance . get ( BASE_URL + "/refreshAttemptedTime" ) ;
22
22
return response . data ;
23
23
}
24
24
25
- async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost.org :8080" ) {
25
+ async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost:8080" ) {
26
26
let instance = axios . create ( ) ;
27
27
let response = await instance . get ( BASE_URL + "/getSessionCalledTime" ) ;
28
28
return response . data ;
29
29
}
30
30
31
- async function getPackageVersion ( BASE_URL = "http://localhost.org :8080" ) {
31
+ async function getPackageVersion ( BASE_URL = "http://localhost:8080" ) {
32
32
let instance = axios . create ( ) ;
33
33
let response = await instance . get ( BASE_URL + "/getPackageVersion" ) ;
34
34
return response . data ;
Original file line number Diff line number Diff line change 10
10
if ( axios . default ) {
11
11
axios = axios . default ;
12
12
}
13
- async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost.org :8080" ) {
13
+ async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost:8080" ) {
14
14
let instance = axios . create ( ) ;
15
15
let response = await instance . get ( BASE_URL + "/refreshCalledTime" ) ;
16
16
return response . data ;
17
17
}
18
18
19
- async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost.org :8080" ) {
19
+ async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost:8080" ) {
20
20
let instance = axios . create ( ) ;
21
21
let response = await instance . get ( BASE_URL + "/refreshAttemptedTime" ) ;
22
22
return response . data ;
23
23
}
24
24
25
- async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost.org :8080" ) {
25
+ async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost:8080" ) {
26
26
let instance = axios . create ( ) ;
27
27
let response = await instance . get ( BASE_URL + "/getSessionCalledTime" ) ;
28
28
return response . data ;
29
29
}
30
30
31
- async function getPackageVersion ( BASE_URL = "http://localhost.org :8080" ) {
31
+ async function getPackageVersion ( BASE_URL = "http://localhost:8080" ) {
32
32
let instance = axios . create ( ) ;
33
33
let response = await instance . get ( BASE_URL + "/getPackageVersion" ) ;
34
34
return response . data ;
Original file line number Diff line number Diff line change 10
10
if ( axios . default ) {
11
11
axios = axios . default ;
12
12
}
13
- async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost.org :8080" ) {
13
+ async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost:8080" ) {
14
14
let instance = axios . create ( ) ;
15
15
let response = await instance . get ( BASE_URL + "/refreshCalledTime" ) ;
16
16
return response . data ;
17
17
}
18
18
19
- async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost.org :8080" ) {
19
+ async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost:8080" ) {
20
20
let instance = axios . create ( ) ;
21
21
let response = await instance . get ( BASE_URL + "/refreshAttemptedTime" ) ;
22
22
return response . data ;
23
23
}
24
24
25
- async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost.org :8080" ) {
25
+ async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost:8080" ) {
26
26
let instance = axios . create ( ) ;
27
27
let response = await instance . get ( BASE_URL + "/getSessionCalledTime" ) ;
28
28
return response . data ;
29
29
}
30
30
31
- async function getPackageVersion ( BASE_URL = "http://localhost.org :8080" ) {
31
+ async function getPackageVersion ( BASE_URL = "http://localhost:8080" ) {
32
32
let instance = axios . create ( ) ;
33
33
let response = await instance . get ( BASE_URL + "/getPackageVersion" ) ;
34
34
return response . data ;
Original file line number Diff line number Diff line change 10
10
if ( axios . default ) {
11
11
axios = axios . default ;
12
12
}
13
- async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost.org :8080" ) {
13
+ async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost:8080" ) {
14
14
let instance = axios . create ( ) ;
15
15
let response = await instance . get ( BASE_URL + "/refreshCalledTime" ) ;
16
16
return response . data ;
17
17
}
18
18
19
- async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost.org :8080" ) {
19
+ async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost:8080" ) {
20
20
let instance = axios . create ( ) ;
21
21
let response = await instance . get ( BASE_URL + "/refreshAttemptedTime" ) ;
22
22
return response . data ;
23
23
}
24
24
25
- async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost.org :8080" ) {
25
+ async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost:8080" ) {
26
26
let instance = axios . create ( ) ;
27
27
let response = await instance . get ( BASE_URL + "/getSessionCalledTime" ) ;
28
28
return response . data ;
29
29
}
30
30
31
- async function getPackageVersion ( BASE_URL = "http://localhost.org :8080" ) {
31
+ async function getPackageVersion ( BASE_URL = "http://localhost:8080" ) {
32
32
let instance = axios . create ( ) ;
33
33
let response = await instance . get ( BASE_URL + "/getPackageVersion" ) ;
34
34
return response . data ;
Original file line number Diff line number Diff line change 10
10
if ( axios . default ) {
11
11
axios = axios . default ;
12
12
}
13
- async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost.org :8080" ) {
13
+ async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost:8080" ) {
14
14
let instance = axios . create ( ) ;
15
15
let response = await instance . get ( BASE_URL + "/refreshCalledTime" ) ;
16
16
return response . data ;
17
17
}
18
18
19
- async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost.org :8080" ) {
19
+ async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost:8080" ) {
20
20
let instance = axios . create ( ) ;
21
21
let response = await instance . get ( BASE_URL + "/refreshAttemptedTime" ) ;
22
22
return response . data ;
23
23
}
24
24
25
- async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost.org :8080" ) {
25
+ async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost:8080" ) {
26
26
let instance = axios . create ( ) ;
27
27
let response = await instance . get ( BASE_URL + "/getSessionCalledTime" ) ;
28
28
return response . data ;
29
29
}
30
30
31
- async function getPackageVersion ( BASE_URL = "http://localhost.org :8080" ) {
31
+ async function getPackageVersion ( BASE_URL = "http://localhost:8080" ) {
32
32
let instance = axios . create ( ) ;
33
33
let response = await instance . get ( BASE_URL + "/getPackageVersion" ) ;
34
34
return response . data ;
Original file line number Diff line number Diff line change 10
10
if ( axios . default ) {
11
11
axios = axios . default ;
12
12
}
13
- async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost.org :8080" ) {
13
+ async function getNumberOfTimesRefreshCalled ( BASE_URL = "http://localhost:8080" ) {
14
14
let instance = axios . create ( ) ;
15
15
let response = await instance . get ( BASE_URL + "/refreshCalledTime" ) ;
16
16
return response . data ;
17
17
}
18
18
19
- async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost.org :8080" ) {
19
+ async function getNumberOfTimesRefreshAttempted ( BASE_URL = "http://localhost:8080" ) {
20
20
let instance = axios . create ( ) ;
21
21
let response = await instance . get ( BASE_URL + "/refreshAttemptedTime" ) ;
22
22
return response . data ;
23
23
}
24
24
25
- async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost.org :8080" ) {
25
+ async function getNumberOfTimesGetSessionCalled ( BASE_URL = "http://localhost:8080" ) {
26
26
let instance = axios . create ( ) ;
27
27
let response = await instance . get ( BASE_URL + "/getSessionCalledTime" ) ;
28
28
return response . data ;
29
29
}
30
30
31
- async function getPackageVersion ( BASE_URL = "http://localhost.org :8080" ) {
31
+ async function getPackageVersion ( BASE_URL = "http://localhost:8080" ) {
32
32
let instance = axios . create ( ) ;
33
33
let response = await instance . get ( BASE_URL + "/getPackageVersion" ) ;
34
34
return response . data ;
You can’t perform that action at this time.
0 commit comments