Skip to content

Commit ba34c15

Browse files
committed
minor fixes workflow
1 parent 4377676 commit ba34c15

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

mappingservice-plugin/integrationtests/basic.hurl

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#Mapping service is reachable before starting with plugin
22
GET {{host}}
3-
[Options] #set all variables you need for further use in this hurl script
4-
variable: id1=0
5-
variable: id2=1
6-
variable: id3=2
73
HTTP 200
84

95
GET {{host}}/api/v1/mappingAdministration/types
@@ -15,7 +11,9 @@ mappingType: jsonpath "$[0].id"
1511

1612
#Register with a very small portion of real mapping file info as dummy mapping file
1713
POST {{host}}/api/v1/mappingAdministration/
18-
Content-Type: multipart/form-data; boundary="boundary"
14+
Content-Type: multipart/form-data; boundary=boundary
15+
[Options] #set all variables you need for further use in this hurl script
16+
variable: id1=0
1917
```
2018
--boundary
2119
Content-Disposition: form-data; name="record"; filename="blob"

0 commit comments

Comments
 (0)