Fixed test case

This commit is contained in:
Kyle Jessup 2016-09-06 17:36:11 -04:00
parent 7cedefe93a
commit e2bfc3c9d0
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class ShimHTTPRequest: HTTPRequest {
var postBodyBytes: [UInt8]? = nil
var postBodyString: String? = nil
var postFileUploads: [MimeReader.BodySpec]? = nil
var scratchPad = [String:Any]()
}
class ShimHTTPResponse: HTTPResponse {