File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
specs/ingestion/common/schemas
tests/CTS/requests/ingestion Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ Source:
20
20
- sourceID
21
21
- type
22
22
- name
23
- - input
24
23
- createdAt
25
24
26
25
SourceCreate :
@@ -39,7 +38,6 @@ SourceCreate:
39
38
required :
40
39
- type
41
40
- name
42
- - input
43
41
44
42
SourceCreateResponse :
45
43
type : object
@@ -108,6 +106,7 @@ SourceType:
108
106
- json
109
107
- shopify
110
108
- sfcc
109
+ - push
111
110
112
111
SourceCommercetools :
113
112
type : object
Original file line number Diff line number Diff line change 35
35
"authenticationID" : " 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
36
36
}
37
37
}
38
+ },
39
+ {
40
+ "testName" : " push" ,
41
+ "parameters" : {
42
+ "type" : " push" ,
43
+ "name" : " pushezpourentrer"
44
+ },
45
+ "request" : {
46
+ "path" : " /1/sources" ,
47
+ "method" : " POST" ,
48
+ "body" : {
49
+ "type" : " push" ,
50
+ "name" : " pushezpourentrer"
51
+ }
52
+ }
38
53
}
39
54
]
You can’t perform that action at this time.
0 commit comments