mirror of
https://github.com/simonw/datasette.git
synced 2026-07-08 08:34:42 +02:00
Fix unused variable flagged by ruff
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GrHZSypDfMnym1tM5XJAFZ
This commit is contained in:
parent
3a0ea58557
commit
f4dfd6e0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ async def test_bad_signature_token_returns_401(ds_error_shape):
|
|||
response = await ds_error_shape.client.get(
|
||||
"/-/actor.json", headers={"Authorization": "Bearer dstok_garbage"}
|
||||
)
|
||||
data = assert_canonical_error(response, 401)
|
||||
assert_canonical_error(response, 401)
|
||||
assert response.headers["www-authenticate"].startswith("Bearer")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue