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

ENG-5031 Adds method for deleting an acceptance test #25

Merged

Conversation

sebastian-quintero
Copy link
Member

Description

Adds a method for deleting an acceptance test.

self,
run_id: str,
) -> Dict[str, Any]:
def run_input(self, run_id: str) -> Dict[str, Any]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our formatters seem to be configured differently. Or, was that a deliberate choice? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They should be configured the same, it was just a deliberate choice of the line being so short that each param doesn’t need to go on a new line.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. 😊

@sebastian-quintero sebastian-quintero merged commit fa5ab72 into develop May 14, 2024
12 checks passed
@sebastian-quintero sebastian-quintero deleted the feature/eng-5031-delete-acceptance-tests branch May 14, 2024 20:01
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.

None yet

3 participants