Skip to content

Commit 98e82ad

Browse files
committed
test(binding-http/http-client-test): use correct name for invoking and writing tests
1 parent 31a519d commit 98e82ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/binding-http/test/http-client-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class HttpClientTest1 {
283283
await this.client.writeResource(inputVector2.form, new DefaultContent(Readable.from(inputVector2.payload)));
284284
}
285285

286-
@test async "should apply form information - read with PUT instead of GET"() {
286+
@test async "should apply form information - invoke with PUT instead of GET"() {
287287
// invoke with PUT instead of POST
288288
const inputVector3 = {
289289
op: ["invokeaction"],
@@ -297,7 +297,7 @@ class HttpClientTest1 {
297297
await this.client.invokeResource(inputVector3.form, new DefaultContent(Readable.from(inputVector3.payload)));
298298
}
299299

300-
@test async "should apply form information - read with DELETE instead of POST"() {
300+
@test async "should apply form information - invoke with DELETE instead of POST"() {
301301
// invoke with DELETE instead of POST
302302
const inputVector4 = {
303303
op: ["invokeaction"],

0 commit comments

Comments
 (0)