File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import http from 'k6/http'
22
33import { check , sleep } from 'k6'
44const target = [
5- /*
5+
66 {
77 name : "NCU" ,
88 url : 'https://www.ncu.edu.tw' ,
9- },
9+ } , /*
1010 {
1111 name : "NCNU",
1212 url : 'https://www.ncnu.edu.tw',
@@ -19,11 +19,11 @@ const target = [
1919 name : "NYCU-CSIT",
2020 url : 'https://it.cs.nycu.edu.tw',
2121 },
22- */
22+
2323 {
2424 name : "DevOps-Practice - get_products",
2525 url : 'http://163.22.17.116:6001/api/products',
26- } ,
26+ },*/
2727]
2828
2929export const options = {
Original file line number Diff line number Diff line change 11const test = require ( 'node:test' ) ;
22const assert = require ( 'node:assert' ) ;
3-
3+ //lsa good
44const Auth = require ( "../../lib/auth" ) ;
55const auth = new Auth ( ) ;
6-
7- //test test test
6+ //fine
87test ( 'Auth can successfully verify the identity.' , async ( t ) => {
98
109 const mock_next = ( ) => {
You can’t perform that action at this time.
0 commit comments