summaryrefslogtreecommitdiffhomepage
path: root/test/unit/applications/proto.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/applications/proto.py')
-rw-r--r--test/unit/applications/proto.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/unit/applications/proto.py b/test/unit/applications/proto.py
index 2b865695..4105473f 100644
--- a/test/unit/applications/proto.py
+++ b/test/unit/applications/proto.py
@@ -24,3 +24,8 @@ class TestApplicationProto(TestControl):
time.sleep(0.1)
return found
+
+ def _load_conf(self, conf):
+ self.assertIn(
+ 'success', self.conf(conf), 'load application configuration'
+ )