Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a93cfd

Browse files
committed
minor update
1 parent 52e44df commit 8a93cfd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/controller/controller.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from lib.controller.checks import checkConnection
2020
from lib.controller.checks import checkNullConnection
2121
from lib.core.agent import agent
22-
from lib.core.common import dataToStdout
2322
from lib.core.common import getUnicode
2423
from lib.core.common import paramToDict
2524
from lib.core.common import parseTargetUrl
@@ -327,7 +326,7 @@ def start():
327326

328327
# Avoid dinamicity test if the user provided the
329328
# parameter manually
330-
elif parameter in conf.testParameter:
329+
elif parameter in conf.testParameter or conf.realTest:
331330
pass
332331

333332
elif not checkDynParam(place, parameter, value):

0 commit comments

Comments
 (0)