diff --git a/integration-tests/test_openbis_sync.py b/integration-tests/test_openbis_sync.py
index 4b1c41ab2355344a637cbd5e979091fc44c9a845..0d7a9df9d7f636ddeeb9d7dff953077ee459b72a 100755
--- a/integration-tests/test_openbis_sync.py
+++ b/integration-tests/test_openbis_sync.py
@@ -104,7 +104,7 @@ class TestCase(systemtest.testcase.TestCase):
                 output.write("%s\n" % item)
                 if item.startswith("label") == False:
                     same = False
-        self.assertEquals("The entity graphs on datasource and harvester are not equal", True, same)
+        self.assertEquals("The entity graphs on datasource and harvester are equal", True, same)
 
         if same == False:
             self.fail("The entity graphs on datasource and harvester are not equal.See %s for details" % os.path.join(destination, "diff.txt"))