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