test(bruno): update API tests to use @tests.bookhoard.internal
Update test email domain in Bruno API collection files: - Login User.yml - Register User.yml - Update Profile.yml Ensures API tests use the dedicated test domain and won't conflict with real user data when developers run tests.
This commit is contained in:
@@ -11,7 +11,7 @@ http:
|
||||
data: |-
|
||||
{
|
||||
"username": "testuser",
|
||||
"email": "testuser@example.com",
|
||||
"email": "testuser@tests.bookhoard.internal",
|
||||
"password": "Test@Pass123!",
|
||||
"first_name": "Test",
|
||||
"last_name": "User"
|
||||
|
||||
Reference in New Issue
Block a user