Skip to content

Commit d7bec74

Browse files
author
rick.boyd
committed
changed comment to echo in web api test txt file
1 parent 0f9f1d6 commit d7bec74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/8WebAPITests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// These are the wgets that just use the Dynatrace HTTP Test Name
1+
echo These are the wgets that just use the Dynatrace HTTP Test Name
22
wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read"
33
wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction"
44
wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc"
@@ -7,7 +7,7 @@
77
wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all"
88

99

10-
// These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
10+
echo These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
1111
wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestrunID"
1212
wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestrunID"
1313
wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestrunID"

0 commit comments

Comments
 (0)