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:
2026-02-22 11:21:15 -05:00
parent 89732b041b
commit 70dd89ceac
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ http:
type: json
data: |-
{
"login": "testuser@example.com",
"login": "testuser@tests.bookhoard.internal",
"password": "Test@Pass123!"
}
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -11,7 +11,7 @@ http:
jsonBody: |-
{
"username": "updateduser",
"email": "updated@example.com",
"email": "updated@tests.bookhoard.internal",
"first_name": "Updated",
"last_name": "User",
"theme": "dracula"