Commit ba34c15 1 parent 4377676 commit ba34c15 Copy full SHA for ba34c15
File tree 1 file changed +3
-5
lines changed
mappingservice-plugin/integrationtests
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
#Mapping service is reachable before starting with plugin
2
2
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
7
3
HTTP 200
8
4
9
5
GET {{host}}/api/v1/mappingAdministration/types
@@ -15,7 +11,9 @@ mappingType: jsonpath "$[0].id"
15
11
16
12
#Register with a very small portion of real mapping file info as dummy mapping file
17
13
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
19
17
```
20
18
--boundary
21
19
Content-Disposition: form-data; name="record"; filename="blob"
You can’t perform that action at this time.
0 commit comments