-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API-42929-vnp-proc-form-service-standardization #19888
Conversation
@@ -402,7 +402,7 @@ module FindPoaByParticipantId | |||
module VnpProcFormWebServiceBean | |||
DEFINITION = | |||
Bean.new( | |||
path: 'VnpProcFormWebServiceBean', | |||
path: 'VnpProcFormWebServiceBean/VnpProcFormService', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved here. My mistake - I think we want to remove VnpProcFormService
here.
context 'VnpProcFormWebServiceBean' do | ||
let(:endpoint) { 'VnpProcFormWebServiceBean/VnpProcFormService' } | ||
|
||
it 'response with the correct namespace' do | ||
result = subject.for_service(endpoint) | ||
parsed_result = JSON.parse(result.to_json) | ||
expect(parsed_result['bean']['path']).to eq 'VnpProcFormWebServiceBean' | ||
expect(parsed_result['path']).to eq 'VnpProcFormService' | ||
expect(parsed_result['bean']['namespaces']['target']).to eq 'http://procFormService.services.vonapp.vba.va.gov/' | ||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep this test?
Summary
Related issue(s)
Testing done
What areas of the site does it impact?
Acceptance criteria