This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Fix tests.
pull/133/head
Pēteris Caune
7 years ago
parent
9d8d96afbf
commit
1232328aa9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hc/front/tests/test_add_sms.py
+ 1
- 0
hc/front/tests/test_add_sms.py
View File
@ -12,6 +12,7 @@ class AddSmsTestCase(BaseTestCase):
r
=
self
.
client
.
get
(
self
.
url
)
self
.
assertContains
(
r
,
"
Get a SMS message
"
)
@override_settings
(
USE_PAYMENTS
=
True
)
def
test_it_warns_about_limits
(
self
)
:
self
.
profile
.
sms_limit
=
0
self
.
profile
.
save
(
)
Write
Preview
Loading…
Cancel
Save