Closed BPierrick closed 3 years ago
When creating a condition object with a POST request with an empty relation value, we retrieve a condition with a relation set to value EQ.
condition
relation
EQ
I guess we expect to retrieve a condition object with an empty relation value.
Description
When creating a
condition
object with a POST request with an emptyrelation
value, we retrieve acondition
with arelation
set to valueEQ
.Expectation
I guess we expect to retrieve a
condition
object with an emptyrelation
value.