Skip to content

Commit b056910

Browse files
committed
fix for parameters
1 parent df81946 commit b056910

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/helpers/api/api-common.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ const endpoint = Common.getEndpoint();
66

77
/**
88
* Send request using API
9+
* @param method http method
910
* @param resourcePath URI path segment
10-
* @param body Request body
1111
* @param statusCode Expected status code of the response
12+
* @param body Request body
1213
*/
1314
export async function sendRequest(
1415
method: string,

0 commit comments

Comments
 (0)