From 5eb1646849c07a59ee41d4bd115360df70b87505 Mon Sep 17 00:00:00 2001
From: Hakan Calim <hakan.calim@fau.de>
Date: Fri, 27 Oct 2023 23:52:51 +0200
Subject: [PATCH] NAT-328: fixed tox issues

---
 test/workflows/site/test_create_site.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/workflows/site/test_create_site.py b/test/workflows/site/test_create_site.py
index c52c78cf..c553d80a 100644
--- a/test/workflows/site/test_create_site.py
+++ b/test/workflows/site/test_create_site.py
@@ -43,7 +43,9 @@ def test_create_site(responses, faker):
 
 @pytest.mark.workflow
 def test_site_name_is_incorrect(responses, faker):
-    """The site name is a string with 3 upper case letter and one digit.
+    """Test validate site name on site creation.
+
+    The site name is a string with 3 upper case letter and one digit.
     Like: AMS, LON, LON1...LON 9.
     This test checks a invalid string for site name.
     The validation should throw an exception in case of a invalid string.
-- 
GitLab