Skip to content

Commit 974168b

Browse files
authored
fixing TYPO
1 parent 247cd15 commit 974168b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pipeline/8WebAPITests.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99

1010
// These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
11-
wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestRunID"
12-
wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestRunID"
13-
wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestRunID"
14-
wget http://${appip}:9090/recommended -d --header="x-dynatrace: NA=bookstore.recommended;TR=$dtTestRunID"
15-
wget http://${appip}:9090/genres -d --header="x-dynatrace: NA=bookstore.genres;TR=$dtTestRunID"
16-
wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all;TR=$dtTestRunID"
11+
wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestrunID"
12+
wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestrunID"
13+
wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestrunID"
14+
wget http://${appip}:9090/recommended -d --header="x-dynatrace: NA=bookstore.recommended;TR=$dtTestrunID"
15+
wget http://${appip}:9090/genres -d --header="x-dynatrace: NA=bookstore.genres;TR=$dtTestrunID"
16+
wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all;TR=$dtTestrunID"

0 commit comments

Comments
 (0)