Index: trunk/src/integration-test/groovy/com/lemans/ds/product/ProductFuncSpec.groovy =================================================================== diff -u -r9804 -r9951 --- trunk/src/integration-test/groovy/com/lemans/ds/product/ProductFuncSpec.groovy (.../ProductFuncSpec.groovy) (revision 9804) +++ trunk/src/integration-test/groovy/com/lemans/ds/product/ProductFuncSpec.groovy (.../ProductFuncSpec.groovy) (revision 9951) @@ -91,7 +91,7 @@ def 'can find Products belonging to a single flagId'() { given: queryParams.isDigiActive = true - queryParams.flagId = 18 + queryParams.flagId = 19 queryParams.brandCode = '0823' queryParams.mode = 'flag' queryParams.columns = 'productId,catalogInstanceId,brandCode,brandId'