We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db22af7 commit 67cfb83Copy full SHA for 67cfb83
1 file changed
src/test/groovy/org/prebid/server/functional/testcontainers/scaffolding/PrebidCache.groovy
@@ -111,6 +111,6 @@ class PrebidCache extends NetworkScaffolding {
111
112
private static RequestPatternBuilder getXmlCacheRequest(String payload) {
113
postRequestedFor(urlEqualTo(CACHE_ENDPOINT))
114
- .withRequestBody(matchingJsonPath("\$.puts[?(@.value =~ /.*" + payload + ".*/)]"))
+ .withRequestBody(matchingJsonPath("\$.puts[?(@.value =~ /.*$payload.*/)]"))
115
}
116
0 commit comments