From 3f79d8d26d73e316a3ae29c61120c842c440516a Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sun, 27 Oct 2019 20:43:53 +0100 Subject: [PATCH] add: test test (tmp) --- tavern_tests/test_failalways.tavern.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tavern_tests/test_failalways.tavern.yaml diff --git a/tavern_tests/test_failalways.tavern.yaml b/tavern_tests/test_failalways.tavern.yaml new file mode 100644 index 0000000..5c7dd8a --- /dev/null +++ b/tavern_tests/test_failalways.tavern.yaml @@ -0,0 +1,9 @@ +test_name: Test failing + +stages: + - name: This is to test the testing + request: + url: http://localhost:5000/api/v1/schedules/ + method: GET + response: + status_code: 418