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

test: add acceptance tests for the deletion of an endpoint #35

Draft
wants to merge 1 commit into
base: feat/INT-4355/schema
Choose a base branch
from

Conversation

lriberon
Copy link
Contributor

@lriberon lriberon commented Jan 9, 2025

Description

The deletion of an endpoint resource has been tested manually and an Acceptance test has been created for it.

How to test?

Run Acceptance tests

Run the make testacc command to run all the Acceptance Tests.

Manually

  1. Create a new endpoint resource (you can follow the steps provided in feat: add validations func & create acceptance tests #32 to create a new endpoint resource)
  2. Delete the resources in your main.tf file by running the destroy command: terraform destroy
  3. You should have the following output: Destroy complete! Resources: 1 destroyed.

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.

1 participant