Changeset 88ce823 in trunk


Ignore:
Timestamp:
2020-11-18T23:26:52Z (4 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
Branches:
master
Children:
594f801
Parents:
862d32a
Message:

Update integration test caller of altered write_config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified integration/util.py

    r862d32a r88ce823  
    77from functools import partial
    88
     9from twisted.python.filepath import (
     10    FilePath,
     11)
    912from twisted.internet.defer import Deferred, succeed
    1013from twisted.internet.protocol import ProcessProtocol
     
    259262            config = get_config(config_path)
    260263            set_config(config, 'node', 'log_gatherer.furl', flog_gatherer)
    261             write_config(config_path, config)
     264            write_config(FilePath(config_path), config)
    262265        created_d.addCallback(created)
    263266
Note: See TracChangeset for help on using the changeset viewer.