-
Notifications
You must be signed in to change notification settings - Fork 83
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
Migrated object_storage_keys to profile_logins from resty to request helpers #550
Migrated object_storage_keys to profile_logins from resty to request helpers #550
Conversation
0467d64
to
c8727a2
Compare
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!
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.
All tests are passing locally, nice work! Glad the Postgres test fixtures finally played nice lol
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!
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.
Is this intentionally deleted or?
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, it was deleted intentionally. I marked the test its associated with to be skipped due to some unexpected API behavior with limited object storage keys.
Essentially, when creating a limited Object Storage key with access to no buckets via the API with an empty bucket_access array
in the request, the bucket_access
field in the response is expected to be an empty array but is currently null
.
📝 Description
Migrated object_storage_keys to profile_logins and reran fixtures