From 4f634ba1b934601564e7ac0770649ba00ca0595c Mon Sep 17 00:00:00 2001 From: micafer Date: Fri, 4 May 2018 07:56:23 +0200 Subject: [PATCH] Fix test --- test/integration/TestIM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/TestIM.py b/test/integration/TestIM.py index 3c4cc015a..4ab98780f 100755 --- a/test/integration/TestIM.py +++ b/test/integration/TestIM.py @@ -474,7 +474,7 @@ def test_40_export_import(self): Test ExportInfrastructure and ImportInfrastructure functions """ (success, res) = self.server.ExportInfrastructure( - self.inf_id, False, self.auth_data) + self.inf_id, True, self.auth_data) self.assertTrue( success, msg="ERROR calling ExportInfrastructure: " + str(res))