Commit e064e03c authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Łukasz Nowak

fix "caddy-frontend/test: Ignore disappearing file"

Ignore path's shall be relative to checked directory.
parent 63f537ac
...@@ -338,7 +338,7 @@ class TestDataMixin(object): ...@@ -338,7 +338,7 @@ class TestDataMixin(object):
# run by cron from time to time # run by cron from time to time
'monitor/monitor-collect.pid', 'monitor/monitor-collect.pid',
# may appear or not # may appear or not
'var/run/caddy_graceful_signature.tmp', 'caddy_graceful_signature.tmp',
]) ])
def test_supervisor_state(self): def test_supervisor_state(self):
......
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