Skip to content

Add component test to cover private endpoint - #81

Merged
dhee-tree merged 2 commits into
mainfrom
feature/add-private-endpoint-component-test
Sep 2, 2026
Merged

Add component test to cover private endpoint#81
dhee-tree merged 2 commits into
mainfrom
feature/add-private-endpoint-component-test

Conversation

@dhee-tree

Copy link
Copy Markdown
Contributor

What

Add component test for private endpoint scenarios
Public endpoint

  • Can’t PUT /v1/redirects/{id}
  • Can’t DELETE /v1/redirects/{id}

Private with valid auth:

  • Can GET /v1/redirects/{id}
  • Can GET /v1/redirects

Private with invalid auth:

  • Can’t GET /v1/redirects/{id}
  • Can’t GET /v1/redirects

How to review

  • Tests pass

Who can review

!Me

@dhee-tree
dhee-tree requested a review from a team as a code owner August 28, 2026 14:36
@dhee-tree
dhee-tree force-pushed the feature/add-private-endpoint-component-test branch 2 times, most recently from 5c5442a to 3752e10 Compare September 1, 2026 13:17
Comment thread features/get_private_service_auth.feature Outdated
Comment thread features/delete_private_service_auth.feature Outdated
Comment thread features/get_private_user_auth.feature Outdated
Comment thread features/upsert_private_user_auth.feature Outdated
@dhee-tree
dhee-tree force-pushed the feature/add-private-endpoint-component-test branch from 3752e10 to 8831ab0 Compare September 1, 2026 14:37
@dhee-tree
dhee-tree force-pushed the feature/add-private-endpoint-component-test branch from 8831ab0 to f108a8b Compare September 1, 2026 14:52
@dhee-tree
dhee-tree merged commit f108a8b into main Sep 2, 2026
13 checks passed
@dhee-tree
dhee-tree deleted the feature/add-private-endpoint-component-test branch September 2, 2026 08:05
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.

2 participants