-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
API test for managing secrets privilege #9121
API test for managing secrets privilege #9121
Conversation
|
||
@pytest.mark.dependency(depends=["test_healthchecks"]) | ||
@pytest.fixture(scope="module", autouse=True) | ||
def privileges_and_test_user_setup(admin_session): |
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 should definitely re-use this across tests.
Ideally we could just run the outside logic ONCE across multiple tests. Is there a way to do that?
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.
Overall this is looking really really good! Left a few comments.
Nice looking really good. Let's make sure that these new tests pass! |
API test for managing secrets privilege
Test steps:
Checklist