From 3ef6e3f802ab2075d0587a71b515a54c8c21ab29 Mon Sep 17 00:00:00 2001 From: Tai Wilkin Date: Wed, 17 Apr 2024 09:42:12 -0400 Subject: [PATCH] Update test to reflect new schema id --- modules/mobile/spec/request/pre_burial_need_request_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mobile/spec/request/pre_burial_need_request_spec.rb b/modules/mobile/spec/request/pre_burial_need_request_spec.rb index 4b184ac9d94..35cfa2d7c4d 100644 --- a/modules/mobile/spec/request/pre_burial_need_request_spec.rb +++ b/modules/mobile/spec/request/pre_burial_need_request_spec.rb @@ -51,14 +51,14 @@ [{ 'title' => 'Validation error', 'detail' => "The property '#/application/veteran/militaryStatus' of " \ 'type null did not match the following type: string in ' \ - 'schema 47e1937d-acd7-50a1-9cc6-fab567bd62cb', + 'schema 72d7bc55-042d-5bfd-8001-2b7c815c8e06', 'code' => '109', 'status' => '422' }, { 'title' => 'Validation error', 'detail' => "The property '#/application/veteran/militaryStatus' " \ 'value nil did not match one of the following values: A' \ ', I, D, S, R, E, O, V, X in schema ' \ - '47e1937d-acd7-50a1-9cc6-fab567bd62cb', + '72d7bc55-042d-5bfd-8001-2b7c815c8e06', 'code' => '109', 'status' => '422' }] }) end