We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685ee3a commit 48a7c8fCopy full SHA for 48a7c8f
1 file changed
tests/unit/app/endpoints/test_rlsapi_v1.py
@@ -31,7 +31,7 @@
31
from tests.unit.utils.auth_helpers import mock_authorization_resolvers
32
from utils.suid import check_suid
33
34
-MOCK_AUTH: AuthTuple = ("test_user_id", "test_user", True, "test_token")
+MOCK_AUTH: AuthTuple = ("mock_user_id", "mock_username", False, "mock_token")
35
36
37
def _setup_responses_mock(mocker: MockerFixture, create_behavior: Any) -> None:
0 commit comments