mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-25 18:32:23 +08:00
Test fixup: 'yes' being YAML synonym for 'true' is dubious
See: https://stackoverflow.com/q/57682657/176841 I don't think this is something we care about, and we need to fix this for ruamel which uses the more sane v1.2 spec.
This commit is contained in:
committed by
Alexis King
parent
d17068eb24
commit
81fe4a23cf
@@ -119,7 +119,7 @@ args:
|
||||
Disk: 128GB
|
||||
Weight: 1.2Kg
|
||||
Processor: processor2
|
||||
Touchscreen: yes
|
||||
Touchscreen: true
|
||||
|
||||
- category: Mobile
|
||||
name: mobile1
|
||||
@@ -131,7 +131,7 @@ args:
|
||||
Network type: 4G
|
||||
SIM type: DualSim
|
||||
Sensors: Accelerometer sensor, E-compass, Proximity sensor
|
||||
Touchscreen: yes
|
||||
Touchscreen: true
|
||||
|
||||
- category: Electric kettle
|
||||
name: kettle1
|
||||
|
||||
@@ -119,7 +119,7 @@ args:
|
||||
Disk: 128GB
|
||||
Weight: 1.2Kg
|
||||
Processor: processor2
|
||||
Touchscreen: yes
|
||||
Touchscreen: true
|
||||
|
||||
- category: Mobile
|
||||
name: mobile1
|
||||
@@ -131,7 +131,7 @@ args:
|
||||
Network type: 4G
|
||||
SIM type: DualSim
|
||||
Sensors: Accelerometer sensor, E-compass, Proximity sensor
|
||||
Touchscreen: yes
|
||||
Touchscreen: true
|
||||
|
||||
- category: Electric kettle
|
||||
name: kettle1
|
||||
|
||||
Reference in New Issue
Block a user