Skip to content

Commit 67cfb83

Browse files
committed
Update after review
1 parent db22af7 commit 67cfb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/org/prebid/server/functional/testcontainers/scaffolding/PrebidCache.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ class PrebidCache extends NetworkScaffolding {
111111

112112
private static RequestPatternBuilder getXmlCacheRequest(String payload) {
113113
postRequestedFor(urlEqualTo(CACHE_ENDPOINT))
114-
.withRequestBody(matchingJsonPath("\$.puts[?(@.value =~ /.*" + payload + ".*/)]"))
114+
.withRequestBody(matchingJsonPath("\$.puts[?(@.value =~ /.*$payload.*/)]"))
115115
}
116116
}

0 commit comments

Comments
 (0)