From d38a0fc6c2071c63114a5aafd98a458a73305648 Mon Sep 17 00:00:00 2001 From: Justin Mound Date: Tue, 15 Sep 2020 15:19:00 -0400 Subject: [PATCH] Swapping in a published test credit card number --- src/frontend/templates/cart.html | 2 +- src/loadgenerator/locustfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/templates/cart.html b/src/frontend/templates/cart.html index cdb01e5..1549c29 100755 --- a/src/frontend/templates/cart.html +++ b/src/frontend/templates/cart.html @@ -118,7 +118,7 @@
diff --git a/src/loadgenerator/locustfile.py b/src/loadgenerator/locustfile.py index b134538..5232e2f 100644 --- a/src/loadgenerator/locustfile.py +++ b/src/loadgenerator/locustfile.py @@ -58,7 +58,7 @@ def checkout(l): 'city': 'Mountain View', 'state': 'CA', 'country': 'United States', - 'credit_card_number': '4432-8015-6152-0454', + 'credit_card_number': '4242-4242-4242-4242', 'credit_card_expiration_month': '1', 'credit_card_expiration_year': '2039', 'credit_card_cvv': '672',