activate one test, prepare another but keep it commented
This commit is contained in:
parent
c6e14adad5
commit
6124c19f98
1 changed files with 8 additions and 8 deletions
|
|
@ -1128,13 +1128,12 @@ models:
|
||||||
If this turns true in any other case, you should really find out
|
If this turns true in any other case, you should really find out
|
||||||
why the guest doesn't have a billing country.
|
why the guest doesn't have a billing country.
|
||||||
|
|
||||||
# should be uncommented once this ticket gets solved:
|
tests:
|
||||||
#tests:
|
- not_null
|
||||||
# - not_null
|
- accepted_values:
|
||||||
# - accepted_values:
|
values:
|
||||||
# values:
|
- false
|
||||||
# - false
|
where: (are_user_details_deleted != true and are_user_details_deleted is not null)
|
||||||
# where: are_user_details_deleted != true or are_user_details_deleted is not null
|
|
||||||
|
|
||||||
- name: is_missing_vat_rate_for_country
|
- name: is_missing_vat_rate_for_country
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
|
|
@ -1149,12 +1148,13 @@ models:
|
||||||
If this turns true in any other case, you should really find out
|
If this turns true in any other case, you should really find out
|
||||||
what's happening.
|
what's happening.
|
||||||
|
|
||||||
# should be uncommented once this ticket gets solved:
|
# should be uncommented once this ticket gets solved: https://guardhog.visualstudio.com/Data/_boards/board/t/Data%20Team/Stories/?workitem=22148
|
||||||
#tests:
|
#tests:
|
||||||
# - not_null
|
# - not_null
|
||||||
# - accepted_values:
|
# - accepted_values:
|
||||||
# values:
|
# values:
|
||||||
# - false
|
# - false
|
||||||
|
# where: (are_user_details_deleted != true and are_user_details_deleted is not null)
|
||||||
|
|
||||||
- name: are_user_details_deleted
|
- name: are_user_details_deleted
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue