Skip to content

Commit

Permalink
MBMS-72511 Fixed failing test to match up with correct schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorJeff committed Sep 23, 2024
1 parent 11909a9 commit 8494b24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
[{ 'title' => 'Validation error',
'detail' => "The property '#/application/veteran/militaryStatus' of " \
'type null did not match the following type: string in ' \
'schema 72d7bc55-042d-5bfd-8001-2b7c815c8e06',
'schema f7285ec8-ff50-51f5-b481-fc3d2ad5c1bc',
'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 ' \
'72d7bc55-042d-5bfd-8001-2b7c815c8e06',
'f7285ec8-ff50-51f5-b481-fc3d2ad5c1bc',
'code' => '109',
'status' => '422' }] })
end
Expand Down

0 comments on commit 8494b24

Please sign in to comment.