Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
8ce83c11
Commit
8ce83c11
authored
Mar 25, 2018
by
Jelle van der Waa
🚧
Browse files
mirrors: remove duplicate test
parent
538fc2b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
mirrors/tests/test_mirrorlist.py
View file @
8ce83c11
...
...
@@ -14,10 +14,6 @@ def test_mirrorlist(self):
response
=
self
.
client
.
get
(
'/mirrorlist/'
)
self
.
assertEqual
(
response
.
status_code
,
200
)
def
test_mirrorlist
(
self
):
response
=
self
.
client
.
get
(
'/mirrorlist/'
)
self
.
assertEqual
(
response
.
status_code
,
200
)
def
test_mirrorlist_all
(
self
):
response
=
self
.
client
.
get
(
'/mirrorlist/all/'
)
self
.
assertEqual
(
response
.
status_code
,
200
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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