|
4 | 4 | "tag": "req 1@100", |
5 | 5 | "location": { |
6 | 6 | "kind": "codebeamer", |
7 | | - "cb_root": "https://localhost:8999", |
| 7 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
8 | 8 | "tracker": 10000, |
9 | 9 | "item": 1, |
10 | 10 | "version": 100, |
|
24 | 24 | "tag": "req 2@200", |
25 | 25 | "location": { |
26 | 26 | "kind": "codebeamer", |
27 | | - "cb_root": "https://localhost:8999", |
| 27 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
28 | 28 | "tracker": 20000, |
29 | 29 | "item": 2, |
30 | 30 | "version": 200, |
|
44 | 44 | "tag": "req 3@300", |
45 | 45 | "location": { |
46 | 46 | "kind": "codebeamer", |
47 | | - "cb_root": "https://localhost:8999", |
| 47 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
48 | 48 | "tracker": 30000, |
49 | 49 | "item": 3, |
50 | 50 | "version": 300, |
|
64 | 64 | "tag": "req 4@400", |
65 | 65 | "location": { |
66 | 66 | "kind": "codebeamer", |
67 | | - "cb_root": "https://localhost:8999", |
| 67 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
68 | 68 | "tracker": 40000, |
69 | 69 | "item": 4, |
70 | 70 | "version": 400, |
|
84 | 84 | "tag": "req 5@500", |
85 | 85 | "location": { |
86 | 86 | "kind": "codebeamer", |
87 | | - "cb_root": "https://localhost:8999", |
| 87 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
88 | 88 | "tracker": 50000, |
89 | 89 | "item": 5, |
90 | 90 | "version": 500, |
|
104 | 104 | "tag": "req 6@600", |
105 | 105 | "location": { |
106 | 106 | "kind": "codebeamer", |
107 | | - "cb_root": "https://localhost:8999", |
| 107 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
108 | 108 | "tracker": 60000, |
109 | 109 | "item": 6, |
110 | 110 | "version": 600, |
|
124 | 124 | "tag": "req 7@700", |
125 | 125 | "location": { |
126 | 126 | "kind": "codebeamer", |
127 | | - "cb_root": "https://localhost:8999", |
| 127 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
128 | 128 | "tracker": 70000, |
129 | 129 | "item": 7, |
130 | 130 | "version": 700, |
|
144 | 144 | "tag": "req 8@800", |
145 | 145 | "location": { |
146 | 146 | "kind": "codebeamer", |
147 | | - "cb_root": "https://localhost:8999", |
| 147 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
148 | 148 | "tracker": 80000, |
149 | 149 | "item": 8, |
150 | 150 | "version": 800, |
|
164 | 164 | "tag": "req 9@900", |
165 | 165 | "location": { |
166 | 166 | "kind": "codebeamer", |
167 | | - "cb_root": "https://localhost:8999", |
| 167 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
168 | 168 | "tracker": 90000, |
169 | 169 | "item": 9, |
170 | 170 | "version": 900, |
|
184 | 184 | "tag": "req 10@1000", |
185 | 185 | "location": { |
186 | 186 | "kind": "codebeamer", |
187 | | - "cb_root": "https://localhost:8999", |
| 187 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
188 | 188 | "tracker": 100000, |
189 | 189 | "item": 10, |
190 | 190 | "version": 1000, |
|
204 | 204 | "tag": "req 11@1100", |
205 | 205 | "location": { |
206 | 206 | "kind": "codebeamer", |
207 | | - "cb_root": "https://localhost:8999", |
| 207 | + "cb_root": "https://localhost:MOCK_SERVER_PORT", |
208 | 208 | "tracker": 110000, |
209 | 209 | "item": 11, |
210 | 210 | "version": 1100, |
|
0 commit comments