Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add test on prop
  • Loading branch information
morganleroi committed Mar 25, 2025
commit c834ace3ae24b4086292f020816594e38f367075
6 changes: 4 additions & 2 deletions tests/CTS/requests/ingestion/createSource.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"de"
],
"url": "http://commercetools.com",
"projectKey": "keyID"
"projectKey": "keyID",
"productQueryPredicate": "masterVariant(attributes(name=\"Brand\" and value=\"Algolia\"))"
},
"authenticationID": "6c02aeb1-775e-418e-870b-1faccd4b2c0f"
},
Expand All @@ -30,7 +31,8 @@
"de"
],
"url": "http://commercetools.com",
"projectKey": "keyID"
"projectKey": "keyID",
"productQueryPredicate": "masterVariant(attributes(name=\"Brand\" and value=\"Algolia\"))"
},
"authenticationID": "6c02aeb1-775e-418e-870b-1faccd4b2c0f"
}
Expand Down