mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
Merge pull request #906 from tahoe-lafs/3517.integration-tests-set-config-unicode
Use unicode for config in the integration tests Fixes: ticket:3517
This commit is contained in:
commit
fd463229a3
@ -257,7 +257,12 @@ def _create_node(reactor, request, temp_dir, introducer_furl, flog_gatherer, nam
|
||||
def created(_):
|
||||
config_path = join(node_dir, 'tahoe.cfg')
|
||||
config = get_config(config_path)
|
||||
set_config(config, 'node', 'log_gatherer.furl', flog_gatherer)
|
||||
set_config(
|
||||
config,
|
||||
u'node',
|
||||
u'log_gatherer.furl',
|
||||
flog_gatherer.decode("utf-8"),
|
||||
)
|
||||
write_config(config_path, config)
|
||||
created_d.addCallback(created)
|
||||
|
||||
|
0
newsfragments/3517.minor
Normal file
0
newsfragments/3517.minor
Normal file
Loading…
x
Reference in New Issue
Block a user