Skip to content

task: unification of the stores part 3 #2734

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

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

gssbzn
Copy link
Collaborator

@gssbzn gssbzn commented Mar 7, 2024

Moving now backup compliance and api access list to the general store

Comment on lines -46 to -51
func TestDisableOpts_InitStore(t *testing.T) {
opts := &DisableOpts{}

require.NoError(t, opts.initStore(context.TODO())())
assert.NotNil(t, opts.store)
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we added a validation on the general store for the service and this now fails, deiced to remove since we never test this method

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for all removals of this test in backup compliance

@gssbzn gssbzn marked this pull request as ready for review March 8, 2024 09:18
@gssbzn gssbzn requested a review from a team March 8, 2024 09:18
@gssbzn gssbzn merged commit e626b89 into master Mar 8, 2024
@gssbzn gssbzn deleted the store-unification-3 branch March 8, 2024 13:21
@fmenezes fmenezes mentioned this pull request Apr 5, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants