From 78761052adee8c28bfcfd31fd55f37d4f75e3d71 Mon Sep 17 00:00:00 2001 From: Betsy Date: Mon, 21 Oct 2019 14:51:36 -0700 Subject: [PATCH] updated tests to use uppercase methods for all HTTP requests --- tests/Core.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Core.nut b/tests/Core.nut index a501ad6..52d59e2 100644 --- a/tests/Core.nut +++ b/tests/Core.nut @@ -267,7 +267,7 @@ class Core extends ImpTestCase { for (local i = 0; i < numberOfRequests; i++) { local method = params.methodOverride != null ? params.methodOverride : params.method; if (typeof method == "string") { - method = method.tolower(); + method = method.toupper(); } local signature = typeof params.signatureOverride == "string" ? params.signatureOverride : params.signature; local req = http.request(