Skip to content

Commit

Permalink
Remove grant type from authentication override
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin5605 committed Mar 13, 2024
1 parent 7841fa5 commit dfad18b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def auth() -> AuthenticationData:
audience="DEVELOPMENT AUDIENCE",
issued_at=datetime.now() - timedelta(seconds=10),
expires_at=datetime.now() + timedelta(seconds=10),
grant_type="DEVELOPMENT GRANT TYPE",
)


Expand Down

0 comments on commit dfad18b

Please sign in to comment.