From 1d6f8e5f1da3230c09fd2d191e90c3521de5c818 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 11 Dec 2020 12:46:09 +0100
Subject: [PATCH] STY: autopep8'ed test_authentication_plain

---
 unittests/test_authentication_plain.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unittests/test_authentication_plain.py b/unittests/test_authentication_plain.py
index 8548749a..10cbc418 100644
--- a/unittests/test_authentication_plain.py
+++ b/unittests/test_authentication_plain.py
@@ -34,8 +34,8 @@ from pytest import raises
 
 def test_subclass_configure():
     # TODO I do not see the meaning of this test.
-    #It only tests, that the call of the super version of configure sets the 
-    #password property. And that due to the subclassing no longer a password 
+    # It only tests, that the call of the super version of configure sets the
+    # password property. And that due to the subclassing no longer a password
     # argument can be provided.
     # Suggestion: Either remove this test or state in what context this test
     # is meanigful.
-- 
GitLab