Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
f2106a37
Commit
f2106a37
authored
Jun 07, 2018
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
counter: fix tests
parent
eae78252
Pipeline
#1499
passed with stage
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
counter/tests.py
counter/tests.py
+1
-1
No files found.
counter/tests.py
View file @
f2106a37
...
...
@@ -60,7 +60,7 @@ class CounterTest(TestCase):
location
=
response
.
get
(
'location'
)
response
=
self
.
client
.
get
(
response
.
get
(
'location'
))
self
.
assertTrue
(
'
<p
>Richard Batsbak</
p>
'
in
str
(
response
.
content
))
self
.
assertTrue
(
'>Richard Batsbak</'
in
str
(
response
.
content
))
response
=
self
.
client
.
post
(
location
,
{
'action'
:
'refill'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment