meta { name: get-url-string type: http seq: 1 } post { url: https://echo.usebruno.com body: none auth: inherit } tests { await test("send request with a get url string", async () => { const res = await bru.sendRequest("https://testbench-sanity.usebruno.com/ping"); expect(res.data).to.eql('pong'); }); }