Skip to content
Snippets Groups Projects
Commit 5eb16468 authored by Hakan Calim's avatar Hakan Calim Committed by Neda Moeini
Browse files

NAT-328: fixed tox issues

parent 8010e899
No related branches found
No related tags found
1 merge request!97Feature/nat 328 site names should be validated
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment