From: Grokzen <Grokzen@gmail.com>
Subject: Fix broken test where errors data was wrong and duplicated
Origin: upstream, https://github.com/Grokzen/pykwalify/commit/744816a146e567a4c1efd30e874ff76134754fe2#diff-5775e55d1d74d158ea7971b173b82307
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950638

--- a/tests/files/fail/test_type_float.yaml
+++ b/tests/files/fail/test_type_float.yaml
@@ -17,8 +17,6 @@
   seq:
     - type: float
-errors:
-  - "Value 'foo' is not of type 'float'. Path: '/0'"
 errors:
   - "Value 'True' is not of type 'float'. Path: '/1'"
   - "Value 'foo' is not of type 'float'. Path: '/0'"
 ---
