Skip to content

Commit

Permalink
test diff header
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSnows committed Jan 24, 2025
1 parent 33a6b9e commit 4240882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_drs.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_get_presigned_url_with_access_id(
+ jwt.encode(
context_claims,
key=rsa_private_key,
headers={"kid": kid},
headers={"kid": "kid"},
algorithm="RS256",
)
}
Expand Down

0 comments on commit 4240882

Please sign in to comment.