# HG changeset patch
# User Georges Racinet <georges.racinet@octobus.net>
# Date 1688556722 -7200
#      Wed Jul 05 13:32:02 2023 +0200
# Branch stable
# Node ID 56c348f4bd7d19de694f98cc8b33ca52b7c2140f
# Parent  f479ac784f44996b61054f370563266b4b14070e
CommitService.ListCommitsByOid Comparison tests: reactivated assertion

Probably just a leftover, it passes.

diff --git a/tests_with_gitaly/test_commit.py b/tests_with_gitaly/test_commit.py
--- a/tests_with_gitaly/test_commit.py
+++ b/tests_with_gitaly/test_commit.py
@@ -634,7 +634,7 @@
     rpc_helper.assert_compare_aggregated(oid=hexes, compare_first_chunks=False)
 
     # special cases
-#    rpc_helper.assert_compare(oid=['0123dead4567cafe0000' * 2])  # no match
+    rpc_helper.assert_compare(oid=['0123dead4567cafe0000' * 2])  # no match
     rpc_helper.assert_compare(oid=['not-hexadecimal'])
     # a wrong argument does not interfere with correct ones
     rpc_helper.assert_compare(oid=['not-hexadecimal', hexes[0]])