tests(e2e): improve coverage

This commit is contained in:
Lucas Nogueira
2026-09-22 21:54:21 -03:00
parent 684feb2510
commit c8c373b48b
50 changed files with 1893 additions and 183 deletions
+1 -1
View File
@@ -144,6 +144,6 @@ describePlugin('http', () => {
api.http.fetch(url, { proxy: { all: 'http://127.0.0.1:1' } }),
echoServer
)
expect(message.length).toBeGreaterThan(0)
expect(message).toMatch(/error sending request/)
})
})