Skip to content

Commit d82e5e9

Browse files
authored
Merge pull request #1 from DJRickyB/master
changed comment to echo in web api test txt file
2 parents 4d4a2ba + 437c788 commit d82e5e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
server.port=9080
22
bookstore.url=http://127.0.0.1:9090
3-
reading.version=1
3+
reading.version=2
44
reading.processingtime=500

0 commit comments

Comments
 (0)