mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-30 18:13:12 +00:00
tests: remove more f-strings
This commit is contained in:
parent
960f76e333
commit
ddfc569ba3
@ -37,13 +37,13 @@ async def test_keyfile_invalid(run_source):
|
||||
github = xxx
|
||||
''')
|
||||
f.flush()
|
||||
test_conf = f'''\
|
||||
test_conf = '''\
|
||||
[example]
|
||||
github = harry-sanabria/ReleaseTestRepo
|
||||
|
||||
[__config__]
|
||||
keyfile = {f.name}
|
||||
'''
|
||||
keyfile = {name}
|
||||
'''.format(name=f.name)
|
||||
|
||||
try:
|
||||
version = await run_source(test_conf)
|
||||
|
Loading…
Reference in New Issue
Block a user