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:
@@ -10,7 +10,7 @@ http:
|
|||||||
type: json
|
type: json
|
||||||
data: |-
|
data: |-
|
||||||
{
|
{
|
||||||
"login": "testuser@example.com",
|
"login": "testuser@tests.bookhoard.internal",
|
||||||
"password": "Test@Pass123!"
|
"password": "Test@Pass123!"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ http:
|
|||||||
data: |-
|
data: |-
|
||||||
{
|
{
|
||||||
"username": "testuser",
|
"username": "testuser",
|
||||||
"email": "testuser@example.com",
|
"email": "testuser@tests.bookhoard.internal",
|
||||||
"password": "Test@Pass123!",
|
"password": "Test@Pass123!",
|
||||||
"first_name": "Test",
|
"first_name": "Test",
|
||||||
"last_name": "User"
|
"last_name": "User"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ http:
|
|||||||
jsonBody: |-
|
jsonBody: |-
|
||||||
{
|
{
|
||||||
"username": "updateduser",
|
"username": "updateduser",
|
||||||
"email": "updated@example.com",
|
"email": "updated@tests.bookhoard.internal",
|
||||||
"first_name": "Updated",
|
"first_name": "Updated",
|
||||||
"last_name": "User",
|
"last_name": "User",
|
||||||
"theme": "dracula"
|
"theme": "dracula"
|
||||||
|
|||||||
Reference in New Issue
Block a user