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

Return ErrNotFound when Connectivity Template does not exist #97

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

chrismarget-j
Copy link
Collaborator

@chrismarget-j chrismarget-j commented Aug 20, 2023

This PR uses the same error conversion logic as #96, and adds test cases for:

  • GetConnectivityTemplate()
  • DeleteConnectivityTemplate()

Closes #89

@chrismarget-j chrismarget-j changed the title Add 422 -> ErrNotFound conversion; test cases for CT Get and Delete methods Return ErrNotFound when Connectivity Template does not exist Aug 20, 2023
@chrismarget-j chrismarget-j changed the title Return ErrNotFound when Connectivity Template does not exist Return ErrNotFound when Connectivity Template does not exist Aug 20, 2023
@chrismarget-j chrismarget-j merged commit b5d67cc into main Aug 20, 2023
1 check passed
@chrismarget-j chrismarget-j deleted the bug/89-connectivity-template-404 branch August 20, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeleteConnectivityTemplate() does not send ErrNotFound when CT doesn't exist
2 participants