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',