Commit cc3c6c7a authored by Marco Mariani's avatar Marco Mariani

removed obsolete, unreachable line

parent 72b7f7b8
...@@ -78,7 +78,6 @@ class SlapMixin(unittest.TestCase): ...@@ -78,7 +78,6 @@ class SlapMixin(unittest.TestCase):
Returns the computer id used by the test Returns the computer id used by the test
""" """
return self.id() return self.id()
return os.environ.get('TEST_SLAP_COMPUTER_ID', self.id())
class TestSlap(SlapMixin): class TestSlap(SlapMixin):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment