diff --git a/SAS/TMSS/src/tmss/settings.py b/SAS/TMSS/src/tmss/settings.py
index dfb32bad708c16bc7785f3d7dd709bf8b31d8be1..af22a325006980724ff896cb98b36b7b2e617df1 100644
--- a/SAS/TMSS/src/tmss/settings.py
+++ b/SAS/TMSS/src/tmss/settings.py
@@ -234,7 +234,6 @@ else:
     REST_FRAMEWORK['DEFAULT_PERMISSION_CLASSES'].append('rest_framework.permissions.AllowAny')
     logger.warning("No authentication configured! please set either OIDC_RP_CLIENT_ID or TMSS_LDAPCREDENTIALS environment variable.")
 
-
 LOGIN_REDIRECT_URL = "/api/"
 LOGIN_REDIRECT_URL_FAILURE = "/api/"
 LOGOUT_REDIRECT_URL = "/api/"
diff --git a/SAS/TMSS/test/t_tmssapp_specification_permissions.run b/SAS/TMSS/test/t_tmssapp_specification_permissions.run
index 7ebd70cc2c2857adee15f27def69ca3e792cd45a..d77ebff5c280ee56963775a4bf9b6a03b73bea6d 100755
--- a/SAS/TMSS/test/t_tmssapp_specification_permissions.run
+++ b/SAS/TMSS/test/t_tmssapp_specification_permissions.run
@@ -3,4 +3,3 @@
 # Run the unit test
 source python-coverage.sh
 python_coverage_test "*tmss*" t_tmssapp_specification_permissions.py
-