summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrokzen <Grokzen@gmail.com>2020-02-14 15:11:40 +0100
committerAndrej Shadura <andrewsh@debian.org>2020-02-14 15:11:40 +0100
commit120df3db5b839d3e178cbed69df46126e0ea5777 (patch)
tree0ef139f2e69e613d57d971bbb07d94a1ceb02d14
parent7e31df8a8ae8367ba64213c04ad9f7c2597871c9 (diff)
Fix broken test where errors data was wrong and duplicatedarchive/debian/1.7.0-3
Origin: upstream, https://github.com/Grokzen/pykwalify/commit/744816a146e567a4c1efd30e874ff76134754fe2#diff-5775e55d1d74d158ea7971b173b82307 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950638 Gbp-Pq: Name fix-test-suite
-rw-r--r--tests/files/fail/test_type_float.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/files/fail/test_type_float.yaml b/tests/files/fail/test_type_float.yaml
index bef14b8..972167d 100644
--- a/tests/files/fail/test_type_float.yaml
+++ b/tests/files/fail/test_type_float.yaml
@@ -17,8 +17,6 @@ schema:
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'"
---