diff --git a/test/workflows/site/test_create_site.py b/test/workflows/site/test_create_site.py
index 20486ec23bc169bede53bd6668de2b14c4761d28..de4462bfee1b26b2168686514c8d77feb4dd2c39 100644
--- a/test/workflows/site/test_create_site.py
+++ b/test/workflows/site/test_create_site.py
@@ -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(),