[minor] add port to test site
diff --git a/test_sites/test_site/site_config.json b/test_sites/test_site/site_config.json
index 12007b8..1b388a0 100644
--- a/test_sites/test_site/site_config.json
+++ b/test_sites/test_site/site_config.json
@@ -2,5 +2,6 @@
  "db_name": "test_frappe",
  "db_password": "test_frappe",
  "admin_password": "admin",
+ "host_name": "http://localhost:8888",
  "mute_emails": 1
 }