WIP: Enforcing recaptcha validation. #472
GitHub Actions / Test Results
failed
Dec 1, 2023 in 0s
1 fail, 9 skipped, 1 682 pass in 57m 20s
Annotations
Check warning on line 0 in test/apis/v1/users/test_create.rb
github-actions / Test Results
test_rejects_empty_origin_for_non_admins failed
artifacts/test-artifacts-matrix-0/reports/TEST-Test_Apis_V1_Users_TestCreate.xml [took 0s]
Raw output
--- expected
+++ actual
@@ -1,10 +1,8 @@
{
"errors"\e[0;37m => \e[0m[
{
- "code" \e[0;37m => \e[0m\e[0;33m"INVALID_INPUT"\e[0m,
- "field" \e[0;37m => \e[0m\e[0;33m"first_name"\e[0m,
- "full_message"\e[0;37m => \e[0m\e[0;33m"First name: is too long (maximum is 80 characters)"\e[0m,
- "message" \e[0;37m => \e[0m\e[0;33m"is too long (maximum is 80 characters)"\e[0m
+ "code" \e[0;37m => \e[0m\e[0;33m"UNEXPECTED_ERROR"\e[0m,
+ "message"\e[0;37m => \e[0m\e[0;33m"An unexpected error occurred during signup. Please try again or contact us for assistance."\e[0m
}
]
}
/app/test/apis/v1/users/test_create.rb:789:in `test_rejects_empty_origin_for_non_admins'
/app/test/support/api_umbrella_test_helpers/setup.rb:79:in `run'
Loading