Comparing version 1.1.2 to 1.1.3
@@ -77,3 +77,3 @@ /*jslint node: true */ | ||
if(settings.response.status) { | ||
if(settings.response && settings.response.status) { | ||
test.response.status = {}; | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "patronus", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Specification-driven REST API testing", | ||
@@ -5,0 +5,0 @@ "main": "lib/Patronus.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53969