Skip to content

Commit c834ace

Browse files
committed
add test on prop
1 parent 064f433 commit c834ace

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/CTS/requests/ingestion/createSource.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"de"
1313
],
1414
"url": "http://commercetools.com",
15-
"projectKey": "keyID"
15+
"projectKey": "keyID",
16+
"productQueryPredicate": "masterVariant(attributes(name=\"Brand\" and value=\"Algolia\"))"
1617
},
1718
"authenticationID": "6c02aeb1-775e-418e-870b-1faccd4b2c0f"
1819
},
@@ -30,7 +31,8 @@
3031
"de"
3132
],
3233
"url": "http://commercetools.com",
33-
"projectKey": "keyID"
34+
"projectKey": "keyID",
35+
"productQueryPredicate": "masterVariant(attributes(name=\"Brand\" and value=\"Algolia\"))"
3436
},
3537
"authenticationID": "6c02aeb1-775e-418e-870b-1faccd4b2c0f"
3638
}

0 commit comments

Comments
 (0)