Order data in xml integration test (#59742)

A recent update to lxml for Python >= 3.6 now preserves key order. Change the test input so the input is sorted, making tests pass on previous versions of lxml as well as the latest version.
pull/59748/head
Sam Doran 5 years ago committed by GitHub
parent 2bc0eecdb3
commit 19299f3310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,12 +11,12 @@
xpath: /business/beers
set_children: &children
- beer:
name: 90 Minute IPA
alcohol: "0.5"
name: 90 Minute IPA
_:
- Water:
quantity: 200g
liter: "0.2"
quantity: 200g
- Starch:
quantity: 10g
- Hops:
@ -24,12 +24,12 @@
- Yeast:
quantity: 20g
- beer:
name: Harvest Pumpkin Ale
alcohol: "0.3"
name: Harvest Pumpkin Ale
_:
- Water:
quantity: 200g
liter: "0.2"
quantity: 200g
- Hops:
quantity: 25g
- Yeast:

Loading…
Cancel
Save