-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(hpc-vmware-managed-vcd): add integration tests #13592
Conversation
5caaef8
to
fb5f369
Compare
ref: MANAGER-15566 Signed-off-by: Nicolas Pierre-charles <[email protected]>
fb5f369
to
1aafac2
Compare
Quality Gate passedIssues Measures |
}: GetOrganizationMocksParams): Handler[] => { | ||
const nb = allOrgsBackedUp ? 1 : nbOrganization; | ||
return [ | ||
{ | ||
url: '/vmwareCloudDirector/organization/:id/virtualDataCenter', |
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.
you can't use some route constants here?
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.
I will fix them in next TU PR
ref: MANAGER-15566 Signed-off-by: Nicolas Pierre-charles <[email protected]>
ref: MANAGER-15566 Signed-off-by: Nicolas Pierre-charles <[email protected]>
ref: MANAGER-15566
develop
Only FR translations have been updatedBreaking change is mentioned in relevant commitsDescription
Related