Skip to content

Commit

Permalink
Fix escaping (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGroscheTT committed Nov 15, 2024
1 parent e8bb586 commit 0094672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def "Run pipeline with forceReload test configuration"() {
httpRequest(
ignoreSslErrors: true,
responseHandle: 'NONE',
url: "http://\\${ET_API_HOSTNAME}:\\${ET_API_PORT}/api/v2/configuration",
url: "http://\${ET_API_HOSTNAME}:\${ET_API_PORT}/api/v2/configuration",
wrapAsMultipart: false,
customHeaders: [[name: 'Content-Type', value: 'application/json']],
httpMode: 'PUT',
Expand Down

0 comments on commit 0094672

Please sign in to comment.