Skip to content

Commit 5b6135a

Browse files
mmerdesjoker234
andcommitted
Incorporate review feedback (batched suggestions) # 820
Co-authored-by: Johannes Visintini <[email protected]>
1 parent 25a80e4 commit 5b6135a

9 files changed

+12
-10
lines changed

regression-tests/__run_hurl_tests_for_stage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
rm -rf report
66
mkdir report
77

8-
hurl *.hurl --report-html report
9-
8+
hurl *.hurl --report-html report
109
printf "\n\nhurl report: file://$PWD/report/index.html\n"
1110

1211
if [[ "$OSTYPE" == "linux-gnu"* ]]; then

regression-tests/hospitals_adminarea_mappingsaturation__no_features.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST {{base_url}}/indicators/mapping-saturation
1+
POST {{BASE_URL}}/indicators/mapping-saturation
22
accept: application/json
33
[Options]
44
verbose: true

regression-tests/metadata.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GET {{base_url}}/metadata?project=all
1+
GET {{BASE_URL}}/metadata?project=all
22
accept: application/json
33
[Options]
44
verbose: true

regression-tests/roads_adminarea_roadcomparison.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST {{base_url}}/indicators/road-comparison
1+
POST {{BASE_URL}}/indicators/road-comparison
22
accept: application/json
33
[Options]
44
verbose: true

regression-tests/roads_polygon_attributecompleteness.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST {{base_url}}/indicators/attribute-completeness
1+
POST {{BASE_URL}}/indicators/attribute-completeness
22
accept: application/json
33
[Options]
44
verbose: true

regression-tests/roads_polygon_mappingsaturation.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST {{base_url}}/indicators/mapping-saturation
1+
POST {{BASE_URL}}/indicators/mapping-saturation
22
accept: application/json
33
[Options]
44
verbose: true
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#!/bin/bash
12

2-
export HURL_base_url=http://127.0.0.1:8080
3+
export HURL_BASE_URL=http://127.0.0.1:8080
34

45
cd "$(dirname "$0")"
56
./__run_hurl_tests_for_stage.sh
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#!/bin/bash
12

2-
export HURL_base_url=https://api.quality.ohsome.org/v1
3+
export HURL_BASE_URL=https://api.quality.ohsome.org/v1
34

45
cd "$(dirname "$0")"
56
./__run_hurl_tests_for_stage.sh
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#!/bin/bash
12

2-
export HURL_base_url=https://api.quality.ohsome.org/v1-test
3+
export HURL_BASE_URL=https://api.quality.ohsome.org/v1-test
34

45
cd "$(dirname "$0")"
56
./__run_hurl_tests_for_stage.sh

0 commit comments

Comments
 (0)