-
Notifications
You must be signed in to change notification settings - Fork 36
fix: odp issues identified by FSC #412
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
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.
yup, we went through this. looks ok
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.
LGTM - a suggestion about adding a test.
# error is logged in create_user_context | ||
if user_context is None: | ||
return None | ||
user_context = OptimizelyUserContext(self, self.logger, user_id, attributes, False) |
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.
We can add a unit test validating we do not fire ODP events with any legacy APIs.
Summary
Fix some issues identified by FSC tests
Test plan
Ticket