[stable-2.8] 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.
(cherry picked from commit 19299f3310
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
This commit is contained in:
parent
aabc0aff57
commit
d6e7011d14
1 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue