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

NAT-328: adjusted test with random site name generation

parent 10609aed
No related branches found
No related tags found
1 merge request!97Feature/nat 328 site names should be validated
......@@ -14,7 +14,7 @@ def test_create_site(responses, faker):
initial_site_data = [
{"product": product_id},
{
"site_name": faker.name(),
"site_name": faker.site_name(),
"site_city": faker.city(),
"site_country": faker.country(),
"site_country_code": faker.country_code(),
......
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