mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-22 07:37:54 +00:00
auto-commit for 839b06ef-6c9a-4e96-80f8-63d1f63c07cc
This commit is contained in:
+2
-2
@@ -38,9 +38,9 @@ class BackendTester:
|
||||
"""Test user signup endpoint"""
|
||||
print("\n🔐 Testing User Signup...")
|
||||
|
||||
# Generate unique test email
|
||||
# Generate unique test email with standard format
|
||||
unique_id = str(uuid.uuid4())[:8]
|
||||
test_email = f"test_{unique_id}@pezkuwi.com"
|
||||
test_email = f"test{unique_id}@gmail.com"
|
||||
|
||||
signup_data = {
|
||||
"email": test_email,
|
||||
|
||||
Reference in New Issue
Block a user