Update pipeline (x3)

Co-authored-by: shadad00 <shadad@itba.edu.ar>
Co-authored-by: bsquillari <bsquillari@itba.edu.ar>
This commit is contained in:
Santiago Lo Coco 2023-12-04 20:30:51 -03:00
parent 695d84a27c
commit f7463e0543
2 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
tavern-ci test_flights.tavern.yaml tavern-ci *.yaml
# tavern-ci *.yaml

View File

@ -1,14 +1,3 @@
test_name: Flights
stages:
- name: Make sure we can get flights
request:
url: "{tavern.env_vars.API_URL}/flights"
method: GET
response:
status_code: 200
---
test_name: Create Flight test_name: Create Flight
stages: stages:
@ -60,3 +49,15 @@ stages:
status: !anystr status: !anystr
headers: headers:
content-type: application/json content-type: application/json
---
test_name: Flights
stages:
- name: Make sure we can get flights
request:
url: "{tavern.env_vars.API_URL}/flights"
method: GET
response:
status_code: 200