-
Notifications
You must be signed in to change notification settings - Fork 4
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
SDK updates #56
SDK updates #56
Conversation
Quality Gate passedIssues Measures |
require 'openapi_client/api/magic_links_api' | ||
require 'openapi_client/api/tokens_api' | ||
require 'openapi_client/api/user_devices_api' | ||
require 'openapi_client/api/users_api' |
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.
Failing because of the error in this file. they all need to be require_relative
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.
Info here: #57
|
||
assert_equal user, user_by_identifier | ||
end | ||
|
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.
Add test to check if user cannot be found.
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.
Need to update the CHANGELOG and README
No description provided.