Fix black and cover errors
Change-Id: Ic6b5d4babf5d7da3f1e78b0ed1abd5110bc9a904
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_pla/test/test_server.py b/osm_pla/test/test_server.py
index 3ba2979..127b4d1 100644
--- a/osm_pla/test/test_server.py
+++ b/osm_pla/test/test_server.py
@@ -487,7 +487,8 @@
def _adjust_path(self, file):
"""In case we are not running from test directory,
- then assume we are in top level directory (e.g. running from tox) and adjust file path accordingly"""
+ then assume we are in top level directory (e.g. running from tox) and adjust file path accordingly
+ """
path_component = "/osm_pla/test/"
real_path = os.path.realpath(file)
if path_component not in real_path: