Commit 79653a28 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Łukasz Nowak

fixup! caddy-frontend: Restart caddy process on argument change

parent 0a53288f
......@@ -273,7 +273,7 @@ class TestDataMixin(object):
def assertTestData(self, runtime_data, hash_value_dict=None, msg=None):
if hash_value_dict is None:
hash_value_dict = []
hash_value_dict = {}
filename = '%s-%s.txt' % (self.id(), 'CADDY')
test_data_file = os.path.join(
os.path.dirname(os.path.realpath(__file__)), 'test_data', filename)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment