Skip to content

Commit 90bbe02

Browse files
committed
Fix failing test
1 parent bcbdfe2 commit 90bbe02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: specs/Specs_WebRequest.bas

+1
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ Public Function Specs() As SpecSuite
499499
With Specs.It("Prepare should add ContentType, Accept, and ContentLength headers")
500500
Set Request = New WebRequest
501501

502+
Request.Method = WebMethod.HttpPost
502503
Request.ContentType = "text/plain"
503504
Request.Accept = "text/csv"
504505
Request.ContentLength = 100

0 commit comments

Comments
 (0)