diff --git a/test/workflows/site/test_create_site.py b/test/workflows/site/test_create_site.py
index c52c78cfb3e2ea5b5dfca1ac2c5040a18e98d631..c553d80a677aa0a2c3bbfc69b1ac03504ca5fe04 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.