File tree Expand file tree Collapse file tree
packages/binding-http/test Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ] ,
You can’t perform that action at this time.
0 commit comments