From 5286e24464ecaea351d994a56dcb34aa8e25e7b7 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sat, 12 Oct 2013 06:07:38 -0400 Subject: [PATCH] fix pep8 in test one pep8 issue still slipped through, fix it so we can pass tests. fix .gitreview Change-Id: I190b15c1144d74a006ca1a35ca8a4e3462318727 --- .gitreview | 2 +- os_loganalyze/tests/test_wsgi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index e5d8e76..99916fb 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=openstack-infra/replace with the name for the git repo.git \ No newline at end of file +project=openstack-infra/os-loganalyze \ No newline at end of file diff --git a/os_loganalyze/tests/test_wsgi.py b/os_loganalyze/tests/test_wsgi.py index ad64ed5..9efbc79 100644 --- a/os_loganalyze/tests/test_wsgi.py +++ b/os_loganalyze/tests/test_wsgi.py @@ -52,7 +52,7 @@ def fake_env(**kwargs): def samples_path(): - """ Create an abs path for our test samples + """Create an abs path for our test samples Because the wsgi has a security check that ensures that we don't escape our root path, we need to actually create a full abs path