Skip to content
Merged
Prev Previous commit
Next Next commit
test name suggestion
Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
  • Loading branch information
trentm and JamieDanielson authored Jul 24, 2024
commit 4ff377160b6e935fe933710d6bfd4ab543f9e123
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('HttpInstrumentation ESM Integration tests', () => {
assertSpan(span, SpanKind.CLIENT, spanValidations);
});

it('http.get', async () => {
it('should instrument http requests using http.get', async () => {
const spanValidations = {
httpStatusCode: 200,
httpMethod: 'GET',
Expand Down