We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bc3b2 commit df48c08Copy full SHA for df48c08
tests/integration/contrib/falcon/test_falcon.py
@@ -57,7 +57,7 @@ def test_invalid_security(self, client):
57
def test_valid(self, client):
58
auth = 'authuser'
59
headers = {
60
- 'Authorization': 'Basic {auth}'.format(auth=auth),
+ 'Authorization': f'Basic {auth}',
61
'Content-Type': 'application/json',
62
}
63
0 commit comments