-
Notifications
You must be signed in to change notification settings - Fork 10
test: add basic integration test for CRUD #339
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
Conversation
| admin = "admin" | ||
| admin_password = "Chang3d!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a temporary change, right? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to revert it or at least getenv with a default value: os.getenv("SPLUNK_ADMIN", "admin")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, by mistake I pushed my local config :)
|
🎉 This PR is included in version 8.0.1-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Issue number: ADDON-78485
PR Type
What kind of change does this PR introduce?
Summary
Changes
Add test for basic CRUD operation for RestHandler.
User experience
No impact.
Checklist
If an item doesn't apply to your changes, leave it unchecked.
Review
Tests
See the testing doc.