Commit 7878e2f4 authored by Łukasz Nowak's avatar Łukasz Nowak

promise/plugin: check_file_state test reformat

parent 1fe673e2
Pipeline #36163 failed with stage
in 0 seconds
...@@ -41,7 +41,8 @@ class TestCheckFileState(TestPromisePluginMixin): ...@@ -41,7 +41,8 @@ class TestCheckFileState(TestPromisePluginMixin):
self.tempdir = tempfile.mkdtemp() self.tempdir = tempfile.mkdtemp()
self.promise_name = "check-file-state.py" self.promise_name = "check-file-state.py"
self.base_content = """from slapos.promise.plugin.check_file_state import RunPromise self.base_content = """
from slapos.promise.plugin.check_file_state import RunPromise
extra_config_dict = { extra_config_dict = {
'filename': %(filename)r, 'filename': %(filename)r,
......
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