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/7/head
Pēteris Caune
10 years ago
parent
44de3af0f9
commit
d415f42afc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hc/front/tests/test_basics.py
+ 1
- 1
hc/front/tests/test_basics.py
View File
@ -5,4 +5,4 @@ class BasicsTestCase(TestCase):
def
test_it_shows_welcome
(
self
)
:
r
=
self
.
client
.
get
(
"
/
"
)
self
.
assertContains
(
r
,
"
Welcome
"
,
status_code
=
200
)
self
.
assertContains
(
r
,
"
Get Notified
"
,
status_code
=
200
)
Write
Preview
Loading…
Cancel
Save