Skip to content

Commit 6af303e

Browse files
committed
Remove unneeded fstring from async test
1 parent 34e7253 commit 6af303e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/test_async/test_asyncify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async def test_user_info(self, mocked):
122122
)
123123
mock.assert_called_with(
124124
Attrs(path="/userinfo"),
125-
headers={**headers, "Authorization": f"Bearer access-token-example"},
125+
headers={**headers, "Authorization": "Bearer access-token-example"},
126126
timeout=ANY,
127127
allow_redirects=True,
128128
params=None,

0 commit comments

Comments
 (0)