Skip to content

Commit eabf791

Browse files
author
hasnain095
committed
changed dummy password in test
1 parent 43d5267 commit eabf791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def superuser_token_headers(client: AsyncClient) -> Dict[str, str]:
6161
@pytest.fixture()
6262
async def create_non_superuser(session: AsyncSession) -> Dict[str, str]:
6363
64-
password = "Ksd8nASD1_Hjns!P"
64+
password = "randomdummypassword"
6565
hashed_password = get_password_hash(password)
6666
result = await session.execute(select(User).where(User.email == email))
6767
user: Optional[User] = result.scalars().first()

0 commit comments

Comments
 (0)