From 47fe75de3286ff65de57e518f68ce0909cea71de Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Sun, 18 Sep 2022 11:28:58 -0700 Subject: [PATCH] Fix tests to match previous typo fix --- test/test-cases/regression/action-setenv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test-cases/regression/action-setenv.json b/test/test-cases/regression/action-setenv.json index 6cd6985e..2bbe967a 100644 --- a/test/test-cases/regression/action-setenv.json +++ b/test/test-cases/regression/action-setenv.json @@ -4,7 +4,7 @@ "version_min":300000, "title":"Testing setsid action (1/3)", "expected":{ - "debug_log": "Setting envoriment variable: variable to PHPSESSID=rAAAAAAA2t5uvjq435r4q7ib3vtdjq120" + "debug_log": "Setting environment variable: variable to PHPSESSID=rAAAAAAA2t5uvjq435r4q7ib3vtdjq120" }, "client":{ "ip":"200.249.12.31", @@ -35,7 +35,7 @@ "version_min":300000, "title":"Testing setenv action (2/3)", "expected":{ - "debug_log": "Setting envoriment variable: variable to PHPSESSID=rAAAAAAA2t5uvjq435r4q7ib3vtdjq120" + "debug_log": "Setting environment variable: variable to PHPSESSID=rAAAAAAA2t5uvjq435r4q7ib3vtdjq120" }, "client":{ "ip":"200.249.12.31", @@ -66,7 +66,7 @@ "version_min":300000, "title":"Testing setenv action (3/3)", "expected":{ - "debug_log": "Setting envoriment variable: variable to PHPSESSID=rAAAAAAA2t5uvjq435r4q7ib3vtdjq120==test=test" + "debug_log": "Setting environment variable: variable to PHPSESSID=rAAAAAAA2t5uvjq435r4q7ib3vtdjq120==test=test" }, "client":{ "ip":"200.249.12.31",