Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 00e902a

Browse files
committed
Add even more transactions
1 parent 82ef053 commit 00e902a

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

testapi/tests/public/lots.yaml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -144,38 +144,38 @@ transactions:
144144
expect:
145145
code: 200
146146

147-
# - id: simple-request16
148-
# steps:
149-
# - id: get
150-
# request:
151-
# method: "GET"
152-
# endpoint: "{{ var.url }}/get"
153-
# expect:
154-
# code: 200
155-
156-
# - id: simple-request17
157-
# steps:
158-
# - id: get
159-
# request:
160-
# method: "GET"
161-
# endpoint: "{{ var.url }}/get"
162-
# expect:
163-
# code: 200
164-
165-
# - id: simple-request18
166-
# steps:
167-
# - id: get
168-
# request:
169-
# method: "GET"
170-
# endpoint: "{{ var.url }}/get"
171-
# expect:
172-
# code: 200
173-
174-
# - id: simple-request19
175-
# steps:
176-
# - id: get
177-
# request:
178-
# method: "GET"
179-
# endpoint: "{{ var.url }}/get"
180-
# expect:
181-
# code: 200
147+
- id: simple-request16
148+
steps:
149+
- id: get
150+
request:
151+
method: "GET"
152+
endpoint: "{{ var.url }}/get"
153+
expect:
154+
code: 200
155+
156+
- id: simple-request17
157+
steps:
158+
- id: get
159+
request:
160+
method: "GET"
161+
endpoint: "{{ var.url }}/get"
162+
expect:
163+
code: 200
164+
165+
- id: simple-request18
166+
steps:
167+
- id: get
168+
request:
169+
method: "GET"
170+
endpoint: "{{ var.url }}/get"
171+
expect:
172+
code: 200
173+
174+
- id: simple-request19
175+
steps:
176+
- id: get
177+
request:
178+
method: "GET"
179+
endpoint: "{{ var.url }}/get"
180+
expect:
181+
code: 200

0 commit comments

Comments
 (0)