Skip to content
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

[BUG] deleteGovernanceZone error #7423

Closed
DLaoLiu opened this issue Feb 27, 2023 · 1 comment · Fixed by #7498
Closed

[BUG] deleteGovernanceZone error #7423

DLaoLiu opened this issue Feb 27, 2023 · 1 comment · Fixed by #7498
Labels
bug Something isn't working triage New bug/issue which needs checking & assigning

Comments

@DLaoLiu
Copy link

DLaoLiu commented Feb 27, 2023

Existing/related issue?

No response

Current Behavior

(https://github.com/odpi/egeria/blob/main/open-metadata-implementation/access-services/governance-program/governance-program-client/src/main/java/org/odpi/openmetadata/accessservices/governanceprogram/client/GovernanceZoneManager.java)
line: 210 spell error
final String urlTemplate = serverPlatformURLRoot + "/servers/{0}/open-metadata/access-services/governance-program/users/{1}/governance-zones/{2}/delete}";
the last symbol '}' is redundant

Expected Behavior

the correct as follow
final String urlTemplate = serverPlatformURLRoot + "/servers/{0}/open-metadata/access-services/governance-program/users/{1}/governance-zones/{2}/delete";

Steps To Reproduce

No response

Environment

- Egeria:3.12
- OS:centos7
- Java:11
- Browser (for UI issues):chrome
- Additional connectors and integration:

Any Further Information?

No response

@DLaoLiu DLaoLiu added bug Something isn't working triage New bug/issue which needs checking & assigning labels Feb 27, 2023
@lpalashevski
Copy link
Contributor

@DLaoLiu thanks for spotting. Feel free to submit PR fixing the typo.

lpalashevski pushed a commit that referenced this issue Mar 7, 2023
Fix typo in rest endpoint path #7423
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New bug/issue which needs checking & assigning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants