Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 4, 2018
1 parent a535a73 commit 4f634ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/TestIM.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 4f634ba

Please sign in to comment.