Skip to content

Commit d26f288

Browse files
committed
[DOP-29496] Remove print from test
1 parent 4c6a4db commit d26f288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_unit/test_auth/auth_fixtures/keycloak_fixture.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def _create_session_cookie(user, expire_in_msec=60000) -> str:
8686

8787
@pytest_asyncio.fixture
8888
async def mock_keycloak_api(settings): # noqa: F811
89-
print(settings)
9089
keycloak_settings = settings.auth.model_dump()["keycloak"]
9190
server_url = keycloak_settings["server_url"]
9291

0 commit comments

Comments
 (0)