From f7463e0543edd61cd3fac579a8adb748bf8ef16c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 4 Dec 2023 20:30:51 -0300 Subject: [PATCH] Update pipeline (x3) Co-authored-by: shadad00 Co-authored-by: bsquillari --- testing/tavern/test.sh | 3 +-- testing/tavern/test_flights.tavern.yaml | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/testing/tavern/test.sh b/testing/tavern/test.sh index 39877de..7583b45 100644 --- a/testing/tavern/test.sh +++ b/testing/tavern/test.sh @@ -1,4 +1,3 @@ #!/bin/bash -tavern-ci test_flights.tavern.yaml -# tavern-ci *.yaml +tavern-ci *.yaml diff --git a/testing/tavern/test_flights.tavern.yaml b/testing/tavern/test_flights.tavern.yaml index 1cdf2c0..743eb63 100644 --- a/testing/tavern/test_flights.tavern.yaml +++ b/testing/tavern/test_flights.tavern.yaml @@ -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 stages: @@ -60,3 +49,15 @@ stages: status: !anystr headers: 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