OP-2042 - fixed wrong value

Belongs to merged PR for AE testing
This commit is contained in:
Petr Kalis 2021-12-02 19:04:44 +01:00
parent 5d85503995
commit 1762f4635b

View file

@ -27,7 +27,7 @@ def headless_publish(log, close_plugin_name=None, is_test=False):
publish_and_log(dbcon, _id, log, close_plugin_name)
else:
publish(log, 'CloseAE')
publish(log, close_plugin_name)
def get_webpublish_conn():