diff --git a/tests_with_gitaly/test_commit.py b/tests_with_gitaly/test_commit.py index f479ac784f44996b61054f370563266b4b14070e_dGVzdHNfd2l0aF9naXRhbHkvdGVzdF9jb21taXQucHk=..56c348f4bd7d19de694f98cc8b33ca52b7c2140f_dGVzdHNfd2l0aF9naXRhbHkvdGVzdF9jb21taXQucHk= 100644 --- 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]])