Skip to content

WIP: Enforcing recaptcha validation. #472

WIP: Enforcing recaptcha validation.

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

   342 files  +1     342 suites  +1   57m 20s ⏱️ - 4m 58s
1 692 tests +7  1 682 ✔️ +6    9 💤 ±0  1 +1 
2 252 runs  +7  2 228 ✔️ +6  23 💤 ±0  1 +1 

Results for commit bdeb545. ± Comparison against earlier commit d7f9fe6.

Annotations

Check warning on line 0 in test/apis/v1/users/test_create.rb

See this annotation in the file changed.

@github-actions 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'