-
Notifications
You must be signed in to change notification settings - Fork 3
/
test.json
55 lines (55 loc) · 1.55 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"summary": {
"totalRequests": 1,
"passedRequests": 1,
"failedRequests": 0,
"totalAssertions": 0,
"passedAssertions": 0,
"failedAssertions": 0,
"totalTests": 0,
"passedTests": 0,
"failedTests": 0
},
"results": [
{
"test": {
"filename": "api/succinct/Get proof status.bru"
},
"request": {
"method": "GET",
"url": "https://alpha.succinct.xyz/api/proof/e112ffa6-d2ee-4263-ac93-a31b94277882",
"headers": {
"content-type": "application/json"
}
},
"response": {
"status": 500,
"statusText": "Internal Server Error",
"headers": {
"cache-control": "public, max-age=0, must-revalidate",
"cf-cache-status": "DYNAMIC",
"cf-ray": "86b8f7084e9a9408-LHR",
"connection": "keep-alive",
"content-type": "application/json",
"date": "Thu, 28 Mar 2024 16:23:29 GMT",
"rndr-id": "7e837532-0efc-42da",
"server": "Vercel",
"strict-transport-security": "max-age=63072000",
"vary": "Origin, Cookie, Accept-Encoding",
"x-render-origin-server": "Render",
"x-vercel-id": "lhr1::drsz9-1711643009296-8fbc9bc3ace2",
"transfer-encoding": "chunked"
},
"data": {
"error": "failed to get proof"
},
"responseTime": 657
},
"error": null,
"assertionResults": [],
"testResults": [],
"runtime": 0.663039508,
"suitename": "api/succinct/Get proof status"
}
]
}