mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"meta": {
|
|
"name": "Get users",
|
|
"type": "http",
|
|
"seq": 1
|
|
},
|
|
"http": {
|
|
"method": "GET",
|
|
"url": "https://reqres.in/api/users"
|
|
},
|
|
"tests": "test('Status code is 200', function () {\n expect(res.statusCode).to.eql(200);\n});"
|
|
}
|