From fd5477269b9a133448cecb5854b784033d6c6c62 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 10 Jun 2022 14:49:32 +0900 Subject: [PATCH] Turn on mock tests on AWS side in normal test file --- test/aws_gift_card_tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aws_gift_card_tests.php b/test/aws_gift_card_tests.php index 921dedc..9808382 100644 --- a/test/aws_gift_card_tests.php +++ b/test/aws_gift_card_tests.php @@ -88,7 +88,7 @@ $run_fund_test = true; // run the normal get/cancel gift card tests $run_gift_tests = true; // run mock error check tests -$run_mocks = false; +$run_mocks = true; // should we print debug info $debug_print = false;