grafana/xk6-disruptor

Homogenize the http proxy tests

Closed this issue · 0 comments

#274 introduces a new test that uses httptest.Server for setting the test.

This approach defers from the approach used in other tests, increasing the complexity.

If using httpstest.Server is suitable for other tests, use it to have a uniform way for setting the tests.