We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baede93 commit 12c1af0Copy full SHA for 12c1af0
tests/e2e/helpers/api/api-common.ts
@@ -18,6 +18,8 @@ export async function sendGetRequest(resourcePath: string): Promise<any> {
18
if (await windowId) {
19
requestEndpoint.set('X-Window-Id', await windowId);
20
}
21
+
22
+ return requestEndpoint;
23
24
25
/**
@@ -40,6 +42,7 @@ export async function sendPostRequest(
40
42
41
43
44
45
46
47
48
@@ -62,4 +65,6 @@ export async function sendDeleteRequest(
62
65
63
66
64
67
68
69
70
0 commit comments