Skip to content

Build And Publish Preview Environment #16250

Build And Publish Preview Environment

Build And Publish Preview Environment #16250

GitHub Actions / Test Results failed Sep 5, 2024 in 0s

4 parse errors, 299 fail, 10 944 pass in 22m 46s

    13 files       4 errors  9 suites   22m 46s ⏱️
11 243 tests 10 944 ✅ 0 💤 299 ❌
11 293 runs  10 993 ✅ 0 💤 299 ❌ 1 🔥

Results for commit 104d547.

Annotations

Check failure on line 0 in Test Results/rspec2.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results

Error processing result file

File is empty.
Raw output
Test Results/rspec2.xml

Check failure on line 0 in Test Results/rspec11.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results

Error processing result file

File is empty.
Raw output
Test Results/rspec11.xml

Check failure on line 0 in Test Results/rspec7.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results

Error processing result file

File is empty.
Raw output
Test Results/rspec7.xml

Check failure on line 0 in Test Results/rspec6.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results

Error processing result file

File is empty.
Raw output
Test Results/rspec6.xml

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 validate endpoint returns a successful response when valid (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:4371:in `block (5 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:4369:in `block (4 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit handling for missing veteran first and last name without the last name present does not allow the submit to occur (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
Expected \e[33m"The request body is not a valid JSON object: "\e[0m to eq \e[35m"Missing last name"\e[0m.
\e[1mFailure/Error: \e[0mexpect(response.parsed_body['errors'][0]['detail']).to eq('Missing last name')
  Expected \e[33m"The request body is not a valid JSON object: "\e[0m to eq \e[35m"Missing last name"\e[0m.
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:43:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:136:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:130:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit handling for missing veteran first and last name without the first name present does not allow the submit to occur (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
Expected \e[33m"The request body is not a valid JSON object: "\e[0m to eq \e[35m"Missing first name"\e[0m.
\e[1mFailure/Error: \e[0mexpect(response.parsed_body['errors'][0]['detail']).to eq('Missing first name')
  Expected \e[33m"The request body is not a valid JSON object: "\e[0m to eq \e[35m"Missing first name"\e[0m.
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:43:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:123:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:117:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Overflow Text when overflow text is not provided responds with accepted (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 1s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:4357:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:4352:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when gulf war service is set to YES, and service dates are not present responds with 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1106:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1098:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when a federalActivation date is valid returns a 422 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1181:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1176:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when the other_locations_served does not match the regex responds with a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1010:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1004:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when gulf war service is set to YES, and service dates only have beginDate responds with 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1129:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1121:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when the exposure_location does not match the regex responds with a accepted (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1055:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1049:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when gulf war service is set to YES, and service dates only have endDate responds with 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1152:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1144:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when the specify_other_exposures does not match the regex responds with a accepted (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1040:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1034:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of toxicExposure elements when gulf war service is set to No, and service dates are not present responds with accepted (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1088:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:1080:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements when the activeDutyEndDate is not an actual date responds with a 422 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
Expected \e[33m"The request body is not a valid JSON object: "\e[0m to include \e[35m"is not a valid date."\e[0m.
\e[1mFailure/Error: \e[0m
  expect(response_body['errors'][0]['detail']).to include(
    'is not a valid date.'
  )

  Expected \e[33m"The request body is not a valid JSON object: "\e[0m to include \e[35m"is not a valid date."\e[0m.
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:43:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2433:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2424:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements when confinements are not present in service Information responds with a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2903:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2898:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements when confinement dates ARE within one of the service period date ranges responds with a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 1s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2891:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2880:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements disabilities null values when the 'isRelatedToToexposureOrEventOrInjuryxicExposure' is null returns a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2956:in `block (8 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2951:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements disabilities null values when the 'isRelatedToToxicExposure' is null returns a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2944:in `block (8 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2939:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements when there are 3 confinement periods responds with a 422 when the date ranges do overlap (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2662:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2657:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements when there are confinements with mixed date formatting and confinement spans one month responds with a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2741:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2736:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements when there are multiple confinements responds with a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2608:in `block (7 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2603:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/claims_api/spec/requests/v2/veterans/526_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

ClaimsApi::V2::Veterans::526 #526 submit Validation of service information elements when the activeDutyEndDate is in the future and the separationLocationCode is present responds with a 202 (modules.claims_api.spec.requests.v2.veterans.526_spec) failed

Test Results/rspec.xml [took 0s]
Raw output
expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:accepted)
  expected the response to have status code :accepted (202) but it was :unprocessable_content (422)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.12.1/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2550:in `block (8 levels) in <top (required)>'
./modules/claims_api/spec/support/auth_helper.rb:19:in `block in mock_ccg'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/claims_api/spec/support/auth_helper.rb:17:in `mock_ccg'
./modules/claims_api/spec/requests/v2/veterans/526_spec.rb:2544:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'