Skip to content

Commit

Permalink
quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ammar committed Nov 6, 2015
1 parent 766c0fa commit 3718ffd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage
ddt
mock
pylint==1.4.4
pylint==0.28
pep8
rednose
bok_choy==0.4.3
Expand Down
2 changes: 1 addition & 1 deletion workbench/test/test_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_scenario(self, scenario_id):
url = reverse('workbench_show_scenario', kwargs={'scenario_id': scenario_id})
client = Client()
response = client.get(url, follow=True)
assert response.status_code == 200, name
assert response.status_code == 200, scenario_id

# Be sure we got the whole scenario. Again, we can't know what to expect
# here, but at the very least, if there are verticals, they should not be
Expand Down
1 change: 0 additions & 1 deletion workbench/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from django.contrib.staticfiles.urls import staticfiles_urlpatterns
from django.contrib import admin

from workbench.scenarios import init_scenarios

admin.autodiscover()

Expand Down

0 comments on commit 3718ffd

Please sign in to comment.