Skip to content

Commit 5ba0403

Browse files
committed
rename tests
1 parent 0e4bad1 commit 5ba0403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/appmixer/utils/http/artifacts/test/http/http-commons.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const sinon = require('sinon');
22
const assert = require('assert');
33
const https = require('https');
44

5-
describe('processResponse', () => {
5+
describe('http processResponse', () => {
66

77
let axiosRequestStub;
88

@@ -49,7 +49,7 @@ describe('processResponse', () => {
4949
});
5050
});
5151

52-
describe('buildHttpsAgent', () => {
52+
describe('http buildHttpsAgent', () => {
5353

5454
before(async function() {
5555
this.timeout(10000);

0 commit comments

Comments
 (0)