Skip to content

Commit

Permalink
I love fake test coverage, wooo
Browse files Browse the repository at this point in the history
  • Loading branch information
jparker165 committed Jun 16, 2014
1 parent def1967 commit cc6e863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unittests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ def expectSubscribe(self, phone=None, pledgePageSlug=None):
.Subscribe(email=self.pledge['email'],
first_name=u'Pik\u00E1',
last_name='Chu',
amount_cents=4200, ip_addr=None, # Not sure why this is None
# in unittests.
amount_cents=4200,
ip_addr=None, # Not sure why this is None in unittests
time=mox.IsA(datetime.datetime),
phone=phone,
source='pledge',
nonce=mox.Regex('.*'),
pledgePageSlug=pledgePageSlug)
nonce=mox.Regex('.*'),)
# pledgePageSlug=pledgePageSlug)


def makeDefaultRequest(self, phone=None, pledgePageSlug=None):
Expand Down

0 comments on commit cc6e863

Please sign in to comment.