Skip to content

Commit

Permalink
Update test to reflect new schema id
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiWilkin committed Apr 17, 2024
1 parent 20418fd commit 3ef6e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mobile/spec/request/pre_burial_need_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ef6e3f

Please sign in to comment.