-
Notifications
You must be signed in to change notification settings - Fork 65
Add tests for state management #261
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
Add tests for state management #261
Conversation
…e-test-for-state-management
…e-test-for-state-management
| var testItems = map[op.ItemCategory]testItem{ | ||
| op.Login: { | ||
| var testItems = map[model.ItemCategory]testItem{ | ||
| model.Login: { |
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.
nice catch! 👍
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.
Let's also update op.Vault in internal/provider/onepassword_vault_data_source_test.go
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.
I actually have a PR open as I found several other spots where we still reference connect data instead of new models. In that I update internal/provider/onepassword_vault_data_source_test.go 👍
89263ae
into
feature/configure-provider-to-use-sdk
✨ Summary
🔗 Resolves:
✅ Checklist
🕵️ Review Notes &⚠️ Risks