Fix test title
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
0b9bf5a548
commit
19d8db7e1b
|
@ -46,7 +46,7 @@ const httpcfg = {
|
||||||
|
|
||||||
const binary = new BinaryHTTPEmitter(httpcfg);
|
const binary = new BinaryHTTPEmitter(httpcfg);
|
||||||
|
|
||||||
describe("HTTP Transport Binding - Version 0.3", () => {
|
describe("HTTP Transport Binding - Version 1.0", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
// Mocking the webhook
|
// Mocking the webhook
|
||||||
nock(webhook)
|
nock(webhook)
|
||||||
|
|
Loading…
Reference in New Issue