Skip to content

Fixes #296 - query all services for wildcard-only actions #315

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

kmcquade
Copy link
Collaborator

What does this PR do?

Note the relevant unit test under test/querying/all.py:

    def test_GH_296_query_all_actions_with_wildcard_resources(self):
        service = "all"
        resource_type = "*"
        result = query_action_table(
            service=service,
            resource_type=resource_type,
            name=None,
            access_level=None,
            condition=None
        )
        self.assertTrue(len(result) > 3000)

Completion checklist

@kmcquade kmcquade added the bug Something isn't working label Dec 28, 2020
@kmcquade kmcquade self-assigned this Dec 28, 2020
@kmcquade kmcquade merged commit a0abccb into salesforce:master Dec 28, 2020
@kmcquade kmcquade deleted the fix/GH-296-query-all-services-for-wildcard-only branch December 28, 2020 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't query all services for wildcard only anymore
1 participant