Skip to content

feat: add aclp alert channel API support#997

Draft
shkaruna wants to merge 5 commits into
linode:mainfrom
shkaruna:feat/aclp-alert-channels
Draft

feat: add aclp alert channel API support#997
shkaruna wants to merge 5 commits into
linode:mainfrom
shkaruna:feat/aclp-alert-channels

Conversation

@shkaruna

Copy link
Copy Markdown
Contributor

📝 Description

What does this PR do and why is this change necessary?

✔️ How to Test

What are the steps to reproduce the issue or verify the changes?

How do I run the relevant unit/integration tests?

// Delete the created alert channel after the test completes
defer func() {
if channel != nil {
time.Sleep(2 * time.Second)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

time.Sleep(2 * time.Second)
are the hardcoded time delays needed in this case?

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