Skip to content

Commit 3ae6181

Browse files
author
brianmc
committed
Random amount for subscription
1 parent d4e0060 commit 3ae6181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/apitestbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def setUp(self):
5454

5555
self.subscriptionOne = apicontractsv1.ARBSubscriptionType()
5656
self.subscriptionOne.paymentSchedule = self.paymentScheduleOne
57-
self.subscriptionOne.amount = Decimal(self.amount)
57+
self.subscriptionOne.amount = Decimal(str(round(random.random()*100, 2)))
5858
self.subscriptionOne.trialAmount = Decimal ('0.03')
5959
self.subscriptionOne.payment = self.payment
6060
self.subscriptionOne.billTo = self.customerOne

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy