Skip to content

Commit

Permalink
Remove newer python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Oct 4, 2023
1 parent 9bdd037 commit 4043a57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/client/test_base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ def test_client__init_scope_or_resource_required(environ):
],
)
def test_client__cache_key(arguments: Dict[str, Any], result: str):
arguments |= {
arguments = {
**arguments,
"api_url": "http://dynamics.local/",
"token_url": "http://token.local",
"client_secret": "client_secret",
Expand Down

0 comments on commit 4043a57

Please sign in to comment.