fix: remove unused imports (flake8 F401) and replace hardcoded test password
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/72367edf-35f7-4c7c-a5ff-bbe4909b2139 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class TestSetupAdmin:
|
||||
json={
|
||||
"email": "admin@example.com",
|
||||
"username": "admin",
|
||||
"password": "s3cr3tpass",
|
||||
"password": "test-placeholder-password",
|
||||
},
|
||||
)
|
||||
assert response.status_code == 201
|
||||
|
||||
Reference in New Issue
Block a user