Commit 734c7f69de70da4fd3ecfa90ca80c03906621ef3
1 parent
bc3f0755
Add MOZ_INTEGRATION parameter to complaints and cancellation suites
Showing
2 changed files
with
5 additions
and
3 deletions
... | ... | @@ -4,8 +4,9 @@ Suite Setup Test Suite Setup |
4 | 4 | Suite Teardown Test Suite Teardown |
5 | 5 | |
6 | 6 | *** Variables *** |
7 | -${MODE} belowThreshold | |
8 | -@{USED_ROLES} tender_owner provider provider1 viewer | |
7 | +${MODE} belowThreshold | |
8 | +@{USED_ROLES} tender_owner provider provider1 viewer | |
9 | +${MOZ_INTEGRATION} ${False} | |
9 | 10 | |
10 | 11 | ${NUMBER_OF_ITEMS} ${1} |
11 | 12 | ${NUMBER_OF_LOTS} ${1} | ... | ... |
Please
register
or
login
to post a comment