@metlo/testing
Advanced tools
Comparing version 0.2.12 to 0.2.13
@@ -35,3 +35,3 @@ "use strict"; | ||
name: `${pre}BASIC_AUTH_CRED`, | ||
value: `'{{global.${pre}BASIC_AUTH_CRED}}'`, | ||
value: `{{global.${pre}BASIC_AUTH_CRED}}`, | ||
}); | ||
@@ -46,3 +46,3 @@ } | ||
name: `${pre}CREDENTIALS`, | ||
value: `'{{global.${pre}CREDENTIALS}}'`, | ||
value: `{{global.${pre}CREDENTIALS}}`, | ||
}); | ||
@@ -57,3 +57,3 @@ } | ||
name: `${pre}JWT`, | ||
value: `'{{global.${pre}JWT}}'`, | ||
value: `{{global.${pre}JWT}}`, | ||
}); | ||
@@ -180,3 +180,3 @@ } | ||
name: `${pre}${name}`, | ||
value: `{{${pre}${name}}}`, | ||
value: `<<${pre}${name}>>`, | ||
}); | ||
@@ -198,3 +198,3 @@ queryParams.push({ | ||
name: `${prefix}${param[1]}`, | ||
value: `'{{global.${prefix}${param[1]}}}'`, | ||
value: `<<${prefix}${param[1]}>>`, | ||
}); | ||
@@ -201,0 +201,0 @@ } |
{ | ||
"name": "@metlo/testing", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
101708